LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   permisions problem (https://www.linuxquestions.org/questions/linux-newbie-8/permisions-problem-534402/)

timmeke 03-07-2007 06:11 AM

You'll probably need to be root to access /etc/fstab. So, try switching to root using "su" or running the editor through "sudo".

Once in the editor, locate the line "/dev/hdb5 /media/hdb5 vfat rw,defaults,user,gid=1000,umask=0222 0 0 0" and change it to "/dev/hdb5 /media/hdb5 vfat rw,user,auto,umask=0000 0 0 0". See "man mount" for details on the mount options you can specify.

nnjond 03-07-2007 09:22 AM

Thank you again. But 'fraid i'm confused again.

What am I looking for amongst the pges of txt at man mount to
establish a permanent rwr acces to hdb5 ?

Simon Bridge 03-08-2007 12:16 AM

Quote:

According to "man 8 mount" (as mentionned), the -o <options> need to go before the mounted filesystem and the mountpoint.
grumble grumble ... <wipes egg off face> ...it's late at night down here OK.

digen 03-08-2007 01:08 AM

woops Mods please delete this post.


All times are GMT -5. The time now is 01:15 PM.