Dan Clowater wrote:
Hey - I have been trying, unsuccessfully, to mount my fat32 volumes so
they are rw for my administrator login as well as the root user.  I
tried adding a string to my fstab, but when I rebooted I get the
following:

Warning fat32 support is still Alpha
dos fsck 2.8 28 Feb 2001, fat lfh
/dev/hda1 ....blocks
Warning fat32 support is still Alpha

at this point the bootup hangs and I have to ctrl+c past it.

I was using the following:

/dev/hda1	/mnt/cee	vfat noauto,owner,gid=500,rw 1 2
/dev/hda5	/mnt/dee	vfat noauto,owner,gid=500,rw 1 2
Instead of 1 2 at the end, put 0 0. The 1 2 tells the system to check it at boot, and possibly run fsck if it needs it.

Forrest
--




Reply via email to