Automount vfat (w95 fat32 LBA) on Centos
- by cpl
I'm trying to mount an USB flash drive formatted as w95 fat32 LBA (as reported by dmesg) under Centos. I can easily mount it using the mount command:
mount /dev/sdx1 /media/mydrive -t vfat
But it seems that the system (Centos 6.3) cannot mount it automatically. It mounts all the other filesystem types automatically. I also installed fuse-ntfs and it correctly mounts NTFS drives.
How can I enable automount for vfat partiotions too?
Thanks