Automount vfat (w95 fat32 LBA) on Centos
Posted
by
cpl
on Server Fault
See other posts from Server Fault
or by cpl
Published on 2012-10-26T09:04:08Z
Indexed on
2012/10/26
11:03 UTC
Read the original article
Hit count: 189
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
© Server Fault or respective owner