View previous topic :: View next topic |
Author |
Message |
jlanza Tux's lil' helper
Joined: 27 Aug 2003 Posts: 109
|
Posted: Mon Oct 06, 2003 5:29 am Post subject: Windows Partition |
|
|
Hi I was wondering what an fstab entry would look like to have my windows partition /dev/hdb1 mount and unmount and startup and shutdown?
currently i have
/dev/hdb1 /mnt/windows vfat noauto,users 0 0
which doesnt auto mount
I tried this which automounts but /mnt/windows is just an empty directory
/dev/hdb1 /mnt/windows vfat defaults,users,auto 0 0
any clues? |
|
Back to top |
|
|
ragnoroc n00b
Joined: 08 May 2003 Posts: 49 Location: Columbus, OH
|
Posted: Mon Oct 06, 2003 6:54 am Post subject: |
|
|
Try something like this...
/dev/hdb1 /mnt/windows vfat defaults, user 0 0
Default automatically does the following: rw, suid, dev, exec, auto, nouser, and async .
Adding the user after it should cancel out the nouser set by using defaults.
Just make sure you specificed the correct partition and type and that should do it.
I think specifing auto twice turns it off but I am not sure of that.
Hope this helps. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|