Hi,
Their is probably a very simple answer but i dont know it
Installed F16 lxde, all fine. Reconnected my removable sata drive (sdb) and reboot. Drive appears on left of file manager window but disappears when clicked and cant be accessed via terminal.
Added an entry to /etc/fstab
#
# /etc/fstab
# Created by anaconda on Thu Nov 24 19:29:38 2011
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=e6306a85-9972-4742-9227-753f91a810cf / ext4 defaults 1 1
UUID=87bb7c4c-33e5-4fdd-8806-a70b60193484 /boot ext4 defaults 1 2
UUID=37ee4ab7-b269-4aa7-aed4-affab4178ac1 /home ext4 defaults 1 2
UUID=9b5015aa-6e59-4cbb-9864-c99cc16ea531 swap swap defaults 0 0
UUID=c4a2da89-af5b-4f4a-8c6b-2ac31eabaf5e /media/mediahd/ ext4 auto,user,noexec,rw,async 1 2
Drive is still displayed in file manager but gives the following error if clicked:
'mount: /dev/sdb1 already mounted or /media/mediahd/ busy
mount: according to mtab, /dev/sdb1 is already mounted on /media/mediahd'
Opening the mount point gives:
'Error opening directory '/media/mediahd': Permission denied'
Opening the mount point in terminal gives:
'bash: cd: /media/mediahd/: Permission denied'
However it is accessible to root via terminal
Please let me know if you have any ideas, Thanks