hal-storage-fixed-mount refused uid 1000
http://www.google.com/search?hl=en&q...=Google+Search
Happens on a LOT of distros. This error DID NOT happen in Kubuntu 704, but it DOES happen in 710. It also happens in Mint and Freespire.
Put simply, I cannot access any of my drives except the Linux boot partition (and swap of course).
Here is my /etc/fstab
# /etc/fstab: static file system information.
#
# -- This file has been automaticly generated by ntfs-config --
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# Entry for /dev/sdh2 :
UUID=4d1047df-5f28-4462-b155-44843ca0ae89 / ext3
defaults,errors=remount-ro 0 1
# Entry for /dev/sdh1 :
UUID=348455A984556DFC /media/sde1 ntfs-3g defaults,locale=en_US.UTF-8 0 0
# Entry for /dev/sdh5 :
UUID=d9631695-3162-40bf-9f41-7ca88b4f9788 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
So! Somewhere online, I found a “solution;” instead of trying to directly access / mount them, I should sudo mkdir /media/DISK1, DISK2, and so on for all of my drives, then chmod the directories I made. Ok, done. No problems.
Then I should add this to the etc/fstab file above, at the end:
/dev/sdh1 /media/DISK0 ntfs-3g defaults,locale=en_US.UTF-8 0 0
/dev/sdi1 /media/DISK1 ntfs-3g defaults,locale=en_US.UTF-8 0 0
/dev/sdj1 /media/DISK2 ntfs-3g defaults,locale=en_US.UTF-8 0 0
/dev/sde1 /media/USB1 ntfs-3g defaults,locale=en_US.UTF-8 0 0
/dev/sdf1 /media/USB2 ntfs-3g defaults,locale=en_US.UTF-8 0 0
You will see USB devices listed above, BTW. This happens with my USB drives, my IDE drives, my SCSI drives...
This worked until I rebooted. When I rebooted, I had the SAME PROBLEM. /etc/fstab was Unchanged, and to make it weirder, now my drives were sdk, sdl, sdm, etc. They just moved down the alphabet. I tried changing those trailing zeros above to various combinations of 0,1 and 1,1 and 1,2 and 2,2 and 2,1 and 2,0. Nothing fixes this.
http://www.google.com/search?hl=en&q...=Google+Search
Happens on a LOT of distros. This error DID NOT happen in Kubuntu 704, but it DOES happen in 710. It also happens in Mint and Freespire.
Put simply, I cannot access any of my drives except the Linux boot partition (and swap of course).
Here is my /etc/fstab
# /etc/fstab: static file system information.
#
# -- This file has been automaticly generated by ntfs-config --
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# Entry for /dev/sdh2 :
UUID=4d1047df-5f28-4462-b155-44843ca0ae89 / ext3
defaults,errors=remount-ro 0 1
# Entry for /dev/sdh1 :
UUID=348455A984556DFC /media/sde1 ntfs-3g defaults,locale=en_US.UTF-8 0 0
# Entry for /dev/sdh5 :
UUID=d9631695-3162-40bf-9f41-7ca88b4f9788 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
So! Somewhere online, I found a “solution;” instead of trying to directly access / mount them, I should sudo mkdir /media/DISK1, DISK2, and so on for all of my drives, then chmod the directories I made. Ok, done. No problems.
Then I should add this to the etc/fstab file above, at the end:
/dev/sdh1 /media/DISK0 ntfs-3g defaults,locale=en_US.UTF-8 0 0
/dev/sdi1 /media/DISK1 ntfs-3g defaults,locale=en_US.UTF-8 0 0
/dev/sdj1 /media/DISK2 ntfs-3g defaults,locale=en_US.UTF-8 0 0
/dev/sde1 /media/USB1 ntfs-3g defaults,locale=en_US.UTF-8 0 0
/dev/sdf1 /media/USB2 ntfs-3g defaults,locale=en_US.UTF-8 0 0
You will see USB devices listed above, BTW. This happens with my USB drives, my IDE drives, my SCSI drives...
This worked until I rebooted. When I rebooted, I had the SAME PROBLEM. /etc/fstab was Unchanged, and to make it weirder, now my drives were sdk, sdl, sdm, etc. They just moved down the alphabet. I tried changing those trailing zeros above to various combinations of 0,1 and 1,1 and 1,2 and 2,2 and 2,1 and 2,0. Nothing fixes this.
Comment