Bhargav Bhatt (Wednesday, April 10, 2002 12:12 AM) queries:
I tried making my linux kernel mount my FAT32 windows partition
at
startup by making an entry into /etc/fstab using linuxconf and
it gave
the following error while booting and stopped working Warning: FAT32 file system is not fully supported yet. And then it just stopped.
Checkout the last two fields of the line which was added by linuxconf for the FAT32 partition. They should be "0 0" and NOT "1 1". The warning issued is by one of the FS-consistency check programs (e.g. e2fsck). "info fstab" for details.