So, insert a USB stick, or an SD card into the PC's card reader. The device notifier picks it up as expected, and offers the usual selection of actions ("open with file manager" etc.), but when trying to execute the action of choice, the drive won't mount. The device notifier offers this additional information (e.g., kingston USB stick):
- Code: Select all
Could not mount the following device: KINGSTON
The requested operation has failed: Error mounting /dev/sdg1 at /run/media/root/KINGSTON: Command-line `mount -t "vfat" -o "uhelper=udisks2,nodev,nosuid,uid=0,gid=0,shortname=mixer"/dev/sdg1""/run/media/root/KINGSTON" exited with non-zero exit status 32: mount: unknown filesystem type 'vfat'
...which sort-of says how to fix the problem, confirmed by attempts to mount manually
- Code: Select all
mount /dev/sdg1 /run/media/root/KINGSTON
mount: unknown filesystem type 'vfat'
But...where has my vfat gone, and (more importantly) how do i get it back?
(And indeed, vfat is missing from /proc/filesystem, but then so is ntfs, and my windoze partitions mount just fine as "fuseblk")