Hey, just installed Gutsy on my test drive to give it a go.
When I first loaded it up, my drives where all visible, but I couldn't get into any of them. The error I was getting was: 'hal-storage-fixed-mount refused uid 1000'
So, what I did was edit my fstab as I assumed would be correct and rebooted.
Now, with the fstab all seemingly correct, I cannot even see my drives in the storage media section, though they do show where they should in /dev folder.
any ideas?
here is my fstab:
When I first loaded it up, my drives where all visible, but I couldn't get into any of them. The error I was getting was: 'hal-storage-fixed-mount refused uid 1000'
So, what I did was edit my fstab as I assumed would be correct and rebooted.
Now, with the fstab all seemingly correct, I cannot even see my drives in the storage media section, though they do show where they should in /dev folder.
any ideas?
here is my fstab:
Code:
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sda1 UUID=726def5b-d98f-42de-a6cc-643195901971 / ext3 defaults,errors=remount-ro 0 1 # /dev/sda5 UUID=db42bcfa-0611-4162-819d-9f50306a58e8 none swap sw 0 0 /dev/hdc /media/cdrom0 udf,iso9660 user,noauto,exec 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0 #/dev/hdb2 UUID=b2378571-01d3-4d58-8a60-a37122ffcecc /media/hdb2 ext3 defaults 0 2 #/dev/sdb1 UUID=97a27a33-1a1d-4c96-95c8-e5799be7b7d3 /media/sdb1 ext3 defaults 0 2 #/dev/hda1 UUID=6ae756b0-b796-487d-92a9-b6686098ce12 /media/hda1 ext3 defaults 0 2 #/dev/hdb1 UUID=7A30C7E030C7A18D /media/hdb1 ntfs-3g defaults,locale=en_US.utf8 0 0 #/dev/sdc1 UUID=55D123D9E79ABF54 /media/sdc1 ntfs-3g defaults,locale=en_US.utf8 0 0
Comment