fatx F drive mount ignores fstab options

Post information here about bugs - please remember to provide an accurate and detailed description and, if possible, steps on how to replicate the issue.
Post Reply
phinze
Newbie
Posts: 1
Joined: Fri Jul 18, 2008 7:10 pm

fatx F drive mount ignores fstab options

Post by phinze »

I would like to mount my F drive as read/write for all users (and/or to be owned by the 'phinze' user I've created), and while in fstab I believe I have everything set up correctly, nothing seems to change on unmounting and remounting the F drive.

Here is my fstab:

Code: Select all

/dev/hda50        /mnt/fatx/e     fatx      defaults,umask=000,uid=1001       0       0
/dev/hda55        /mnt/fatx/f     fatx      defaults,umask=000,uid=1001       0       0
And the E mount seems to follow my orders, but F does not:

Code: Select all

$ ls -l /mnt/fatx
total 33
drwxr-xr-x  2 root   root    48 Mar 30  2003 c
drwxrwxrwx 10 phinze root 16384 Jan  1  1970 e
drwxr-xr-x  6 root   root 16384 Jan  1  1970 f
What gives?
Post Reply