View previous topic :: View next topic |
Author |
Message |
whammoed n00b
Joined: 27 Jun 2004 Posts: 66
|
Posted: Fri Jul 02, 2004 12:18 am Post subject: usb hard drive permission |
|
|
I have set up a usb hard drive
I can mount it with the user i created but it will not let me see the drive...says i don't have permission. can only see it as root, what can i do to be able to access it as my user?
thanks |
|
Back to top |
|
|
guitou Guru
Joined: 02 Oct 2003 Posts: 534 Location: France
|
Posted: Fri Jul 02, 2004 12:30 am Post subject: |
|
|
Add a line in fstab for your drive and with user in your options, and it will be "mountable" by users.
Code: |
/dev/sda<x> /mnt/<mountpoint> <type> (no)auto,user 0 0
|
++ |
|
Back to top |
|
|
whammoed n00b
Joined: 27 Jun 2004 Posts: 66
|
Posted: Fri Jul 02, 2004 1:07 am Post subject: |
|
|
Thanks.
resolution was I also needed option umask=000 |
|
Back to top |
|
|
|