|
Can't mount flash drive with vfat?
I'm trying to mount my flash drive with vfat so I can use long filenames, but it isn't working. I can, however, mount it with the msdos filesystem. Here is my line in fstab:
/dev/sda1 /mnt/flash vfat noauto,user,umask=000 0 0
And here is the error:
babylon:/# mount /mnt/flash
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
I tried repartitioning and formatting the drive as fat32 with cfdisk/mkfs and with fdisk/format in Windows, and it still will only recognize it as msdos. If I try mounting with umsdos I get an unknown filesystem error, though I would like to be able to use vfat anyways.
Anyone have any ideas? Thanks
|