Tuesday, April 29, 2014

usbmount: exfat !

Problem:

[1219466.592053] usb 8-1: new high-speed USB device number 5 using ehci_hcd
[1219466.725259] usb 8-1: New USB device found, idVendor=1b1c, idProduct=1a0a
[1219466.725264] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1219466.725268] usb 8-1: Product: Survivor 3.0
[1219466.725271] usb 8-1: Manufacturer: Corsair
[1219466.725273] usb 8-1: SerialNumber: 12345678000098765432
[1219466.744063] scsi10 : usb-storage 8-1:1.0
[1219467.756551] scsi 10:0:0:0: Direct-Access     Corsair  Survivor 3.0     1.00 PQ: 0 ANSI: 6
[1219467.757266] sd 10:0:0:0: Attached scsi generic sg7 type 0
[1219467.757784] sd 10:0:0:0: [sdh] 125132800 512-byte logical blocks: (64.0 GB/59.6 GiB)
[1219467.758154] sd 10:0:0:0: [sdh] Write Protect is off
[1219467.758159] sd 10:0:0:0: [sdh] Mode Sense: bf 00 00 00
[1219467.758526] sd 10:0:0:0: [sdh] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[1219467.761548]  sdh: sdh1
[1219467.763400] sd 10:0:0:0: [sdh] Attached SCSI removable disk

-> unknown filesystem type 'exfat'

Solution:

$ sudo apt-get install exfat-fuse
$ grep exfat /etc/usbmount/usbmount.conf
FILESYSTEMS="vfat ext2 ext3 ext4 ntfs-3g ntfs exfat hfsplus fuseblk"


mount/unmount the usb key !

No comments: