LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   mount-problem (https://www.linuxquestions.org/questions/linux-software-2/mount-problem-142167/)

thomasfannes 02-04-2004 08:29 AM

mount-problem
 
Hi,

I've recently changed from windows to linux, and I'm using the slackware distr. 9.1.

On my hdb1 there is a lot of data still under FAT-file system. fstab mounts it automatic, but only the root can access it.

So I tried to rewrite the line in fstab, and well ... that didn't work :)

If somebody can help me?


// this is the line from fstab mounting the hdb1

/dev/hdb1 /media vfat noauto, owner,rw 1 0


Thanx alot

doralsoral 02-04-2004 08:32 AM

instead of the owner,rw option try mode=0655 or something to that nature

enigmasoldier 02-04-2004 09:07 AM

One of these should work.

/dev/hdb1 /media vfat noauto,user,rw 1 0

or

/dev/hdb1 /media vfat umask=000,user 1 0


All times are GMT -5. The time now is 11:58 PM.