Umm??
[root@dragon fs]# /sbin/lsmod Module Size Used by msdos 9600 0 vfat 14720 0 fat 48672 2 msdos,vfat
So why can't I mount?
Ahh I see :
[root@dragon fs]# strace mount -t fat /dev/sda1 /mnt/flash/
stat64("/sbin/mount.fat", 0xbff319a0) = -1 ENOENT (No such file or directory)
So what package contains 'mount.fat' I can't find anything. So how do I mount a fat/vfat directory?