Results 1 to 5 of 5
I recently installed Gentoo and I have Windows XP installed on the same hard-drive (XP is on NTFS) and I made another FAT32 partition so I can read/write those files ...
- 11-26-2003 #1Linux User
- Join Date
- Nov 2003
- Location
- Brooklyn, NY
- Posts
- 347
Help with fstab
I recently installed Gentoo and I have Windows XP installed on the same hard-drive (XP is on NTFS) and I made another FAT32 partition so I can read/write those files from both XP and Gentoo.
Mounting the partition (FAT32) from root is not a problem but I want other users to be able to access it as well (in wheel group which has no permission to mount and when root mounts it they cant view it).
Also do I need to select any support in kernel for FAT32?
- 11-26-2003 #2Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
Here's mine from Suse 9.0. Might be of help.
/dev/hda1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=iso8859-1 0 0
- 11-26-2003 #3Except you would replace ntfs with vfat and remove the ro (so you can write to it). And that goes in your /etc/fstab.
Originally Posted by Chris H
As far as the kernel goes, you just have to make sure that you include vfat support (under Filesystems) either in the kernel or as a module (and modprobe it)."Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 11-26-2003 #4Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
Whoops, missed that bit.
Ta Sarumont
- 11-27-2003 #5Linux User
- Join Date
- Nov 2003
- Location
- Brooklyn, NY
- Posts
- 347
That did exactly what I needed.Code:/dev/hdb5 /files vfat defaults,users,umask=0,quiet 0 0


Reply With Quote
