Jump to content

ianw1974

Admin
  • Posts

    14090
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by ianw1974

  1. I'm not sure it's the kernel. You should be OK running a 32 bit distro as far as I'm aware. Just it'll work better with 4GB of RAM with a 64 bit kernel. As a desktop you're better off as 32 bit.

     

    I've had this before with X spiking, and I could only get into my system with SSH and restart X. Failing that, another safe way than the power button is:

     

    ALT-SYSRQ R S E I U B

     

    will safely save everything that's required to disk and reboot. Press each key in sequence. However, some updates might fix your problem, or it might be something to do with your display driver.

  2. Are you running xsane as a regular user? Try running as user root and see if it works? Open a terminal, su to root, and then run xsane from the prompt and see if you can do it.

     

    If so, then we need to do something else. Run dmesg after you plugged the device in and let's see what dev it got, and we can check user/group permissions for that particular device.

  3. Did you keep your home directory when you clean installed? You could check if the firefox profile is a problem by renaming the .mozilla directory in /home/yourusername and then opening firefox again. Obviously make sure firefox is closed before you do this.

     

    If not, then you can always remove the new .mozilla created and copy the old one back.

  4. Try with umask=0 instead of umask=000 - I remember I had umask issues in the past before, or that I simply didn't have access to copy, but then umask=0 was OK. I haven't checked to see if there is a difference between umask=0 or umask=000 so maybe not. Other alternative, is to remove the defaults option and the comma before umask and then try that after unmounting and mounting again.

  5. I can see where you're coming from. I haven't read, so I don't know if GPT allows more than the 15 partitions that is possible with Primary/Logical setup. In which case that would offer a benefit.

     

    However, in the event that you cannot, this is not a problem either. I generally have a system with three partitions:

     

    1. swap

    2. /boot

    3. LVM

     

    then the LVM does the rest of the system. No limits on the amount of partitions, since you can have as many as your disk space allows.

  6. You can always try it and see if you have a spare machine for testing on moving to GPT partitions. However, from what I understand and reading, GPT partitions are only going to be useful for 2.2 TB or higher. If you don't have disks larger than this, then I don't know what benefits it will give you other than testing the ability for installing and using GPT should you ever have disks that large.

     

    My largest desktop at home has 4 x 500GB disks, so there's no benefit there for me to change other than proof of concept.

×
×
  • Create New...