Looking for help with USB removable thumb drive.
Lost power and the computer went down, when it restarted the USB will not mount.
Any help is appreciated.
leap 42.2 -
Below are the results on my system to:
udisksctl monitor Monitoring the udisks daemon. Press Ctrl+C to exit.
21:38:11.454: The udisks-daemon is running (name-owner :1.36)
When it is not detected as before, I assume some hardware problem (due to the power outage) in that USB or the device itself. Try another USB mass storage device on that USB and/or try to put the device into another USB if there are more on the system.
And of course when there is no /dev/sdd1 created, it is rather useless to try to mount a file system on it.
And /dev/sdd is the whole disk and as it is partitioned (one partition) there is of course no file system on /dev/sdd itself, thus that will never be mountable, created or not.
In fdisk -l (list) above I noticed there is an sdd.
I created a folder in /mnt named /usb and was able to manually mount that drive sdd1
So the files are there, but the automount is still not functioning. When I plug in the device it is not registering or loading. Can we still get that fixed?
In fdisk -l (list) above I noticed there is an sdd.
I created a folder in /mnt named /usb and was able to manually mount that drive sdd1
That’s good to know. Any errors on it?
Device Boot Start End Sectors Size Id Type
/dev/sdd1 32 123174911 123174880 58.8G c W95 FAT32 (LBA)
So the file system is FAT32.
So the files are there, but the automount is still not functioning. When I plug in the device it is not registering or loading. Can we still get that fixed?
new high-speed USB device number 71 using ehci-pci
[344783.708023] usb 1-6: new high-speed USB device number 72 using ehci-pci
[344783.840929] usb 1-6: New USB device found, idVendor=0781, idProduct=5530
[344783.840933] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[344783.840935] usb 1-6: Product: Cruzer
[344783.840936] usb 1-6: Manufacturer: SanDisk
[344783.840938] usb 1-6: SerialNumber: 4C530099920808110214
[344783.841233] usb-storage 1-6:1.0: USB Mass Storage device detected
[344783.841759] scsi host7: usb-storage 1-6:1.0
[344784.324023] usb 1-5: new high-speed USB device number 74 using ehci-pci
[344784.632024] usb 1-5: new high-speed USB device number 75 using ehci-pci
[344784.841090] scsi 7:0:0:0: Direct-Access SanDisk Cruzer 1.00 PQ: 0 ANSI: 6
[344784.841439] sd 7:0:0:0: Attached scsi generic sg4 type 0
[344784.842446] sd 7:0:0:0: [sde] 123174912 512-byte logical blocks: (63.1 GB/58.7 GiB)
[344784.843943] sd 7:0:0:0: [sde] Write Protect is off
[344784.843947] sd 7:0:0:0: [sde] Mode Sense: 43 00 00 00
[344784.844966] sd 7:0:0:0: [sde] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[344784.861839] sde: sde1
[344784.865687] sd 7:0:0:0: [sde] Attached SCSI removable disk
[344784.996021] usb 1-5: new high-speed USB device number 76 using ehci-pci
Results below:
:~> udisksctl mount -b /dev/sde1
Object /org/freedesktop/UDisks2/block_devices/sde is not a mountable filesystem.
dad@linux-hi7k:~> udisksctl mount -b /dev/sde1
:~> mount|grep sde
/dev/sde1 on /run/media/dad/A6E0-9781 type vfat (rw,nosuid,nodev,relatime,uid=1000,gid=100,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2)
Results below:
I changed to a different port and is showed up. Figure that?
The above output isn’t complete…at least it shows the device was handled by udisks though.
Results below:
:~> udisksctl mount -b /dev/sde1
Object /org/freedesktop/UDisks2/block_devices/sde is not a mountable filesystem.
dad@linux-hi7k:~> udisksctl mount -b /dev/sde1
:~> mount|grep sde
/dev/sde1 on /run/media/dad/A6E0-9781 type vfat (rw,nosuid,nodev,relatime,uid=1000,gid=100,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2)
It does mount ok… perhaps when you plugged in to a USB 2.0 port?
I changed to a different port and is showed up. Figure that?
Do you have a mixture of ISB 2.0 (EHCI) ports and USB 3.0 (XHCI) ports perhaps?