Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Windows Partition
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
jlanza
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2003
Posts: 109

PostPosted: Mon Oct 06, 2003 5:29 am    Post subject: Windows Partition Reply with quote

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
View user's profile Send private message
ragnoroc
n00b
n00b


Joined: 08 May 2003
Posts: 49
Location: Columbus, OH

PostPosted: Mon Oct 06, 2003 6:54 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
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