Hi !
I try to mount an ide hdd witch is in a external box usb.
As root there is no problem. But as a simple user i can't mount the device neither write on it .
I am looking for the syntaxe i have to use... (the user is laurent = 500 ; the grupe is also laurent = 501)
I tried this in the fstab :
/dev/sda5 /mnt/usb vfat user,noauto,gid=501,umask=000,rw 0 0
and also this :
/dev/sda5 /mnt/usb vfat user,noauto,uid=laurent,gid=laurent,umask=000,rw 0 0
Anyway, neither i can mount the device, nor i can write on it even if root as mounted it.
Would you be kind enough to help me to found any solution ?
Bye
JD