You are not logged in.
Pages: 1
Hi,
I am trying to give read and write permissions to a normal user on my usb hd. This is in my fstab:
#/dev/sdc1 /media/usb auto rw,user,exec,dev,suid,user 0 0
/dev/sdc1 /media/usb auto defaults,user 0 0
(I tried the commented as well as the not commented line).
I can mount /media/usb as a normal user succesfully, but then:
> ls /media/usb/
ls: cannot open directory /media/usb/: Permission denied
The permisions of /media/usb are:
drwxr-xr-x 2 ls users 4096 2008-11-28 21:41 usb
(ls is my username).
I can access as root.
What could be wrong?
Thanks!
Nathan
Last edited by LonelyStar (2009-02-10 22:03:55)
Offline
What is the filesystem used in your partition ?
Can you post the output of 'cat /proc/mounts' .
English is not my native language .
Offline
Look at the hal wiki article.
Offline
Pages: 1