On Mon, Mar 01, 1999 at 09:41:07PM -0700, Keith Robinson wrote:
> dual boot win98 linux 2.0.35
> am trying to mount my FAT32 partition to get files back and forth.
> 
> i created directory vfat in /mnt
> then:
> mount -t vfat /dev/hda1 /mnt/vfat
> 
> error message says: fstype vfat not supported by kernel
> 
> documentation says any kernel over 2.0.34 will support vfat
> 

Sometimes modules dependecies are not set up in a correct way. Try, as
root, to run

depmod -a

this should fix modules dependencies; this should be done by boot scripts,
but often this is not true.

-- 
Fabio Coatti                    http://felix.unife.it/~cova
Ferrara Linux Users Group       http://flug.unife.it
GnuPG fp:6AB9 277E 9AA7 9D20 E82C  9EE7 2D17 E351 3DCB 0CDC
Old SysOps never die... they simply forget their password.

Reply via email to