So the volume of your device is presenting itself wrong, did you manage to mount it anytime or did you get the error the very first time.
I would recommend you to unplug it and then replug it, at the same time you have an shell up and do an dmesg before and after to check it finds it correctly, and that it ain't any problem with the disk itself. E.g Slow link, and so on.
Code: Select all
[ 605.240060] usb 1-4: new high-speed USB device number 3 using ehci_hcd
[ 605.451569] Initializing USB Mass Storage driver...
[ 605.451829] scsi2 : usb-storage 1-4:1.0
[ 605.452041] usbcore: registered new interface driver usb-storage
[ 605.452046] USB Mass Storage support registered.
[ 606.491173] scsi 2:0:0:0: Direct-Access Kingston DT 100 G2 PMAP PQ: 0 ANSI: 0 CCS
[ 607.417278] sd 2:0:0:0: [sdb] 7819264 512-byte logical blocks: (4.00 GB/3.72 GiB)
[ 607.419397] sd 2:0:0:0: [sdb] Write Protect is off
[ 607.419405] sd 2:0:0:0: [sdb] Mode Sense: 03 41 00 00
[ 607.421520] sd 2:0:0:0: [sdb] No Caching mode page present
[ 607.421528] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 607.429398] sd 2:0:0:0: [sdb] No Caching mode page present
[ 607.429406] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 607.454502] sdb:
[ 607.460518] sd 2:0:0:0: [sdb] No Caching mode page present
[ 607.460530] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 607.460537] sd 2:0:0:0: [sdb] Attached SCSI removable disk
It should be presenting in some similar way, but some small deferences cause I'm currently using Arch.
Hope it solves, other-way just write again and we take an further look at it.
Cheers Christer