I have tried your command and it does not want to work for me:
Code: Select all
fsck from util-linux 2.25.2
e2fsck 1.42.12 (29-Aug-2014)
fsck.ext2: No such file or directory while trying to open /dev/sda1
Possibly non-existent device?
fsck from util-linux 2.25.2
e2fsck 1.42.12 (29-Aug-2014)
fsck.ext2: No such file or directory while trying to open /dev/sda2
Possibly non-existent device?
fsck from util-linux 2.25.2
e2fsck 1.42.12 (29-Aug-2014)
fsck.ext2: No such file or directory while trying to open /dev/sda5
Possibly non-existent device?
fsck from util-linux 2.25.2
e2fsck 1.42.12 (29-Aug-2014)
fsck.ext2: No such file or directory while trying to open /dev/sda6
Possibly non-existent device?
I tried four different SD-cards (two with a RPi-OS, two with 'normal' data) and two different card readers, I can always detect the readers but no SD-cards. To check detection i disconnected the reader and executed the command:
Then I reconnected the reader with an sd-card in it and execute the following command:
For the 'broken' SD-card with my important files, the readout was the following (which clearly shows the 32 gig SD-card):
Code: Select all
[ 59.793751] usb 1-1.2: USB disconnect, device number 4
[ 62.585781] usb 1-1.2: new high-speed USB device number 6 using dwc_otg
[ 62.690148] usb 1-1.2: New USB device found, idVendor=11b0, idProduct=6108
[ 62.690175] usb 1-1.2: New USB device strings: Mfr=3, Product=4, SerialNumber=5
[ 62.690192] usb 1-1.2: Product: FCR-HS215/1
[ 62.690208] usb 1-1.2: Manufacturer: Kingston
[ 62.690223] usb 1-1.2: SerialNumber: 000005525
[ 62.691916] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[ 62.692487] scsi host1: usb-storage 1-1.2:1.0
[ 63.687479] scsi 1:0:0:0: Direct-Access Generic STORAGE DEVICE 9328 PQ: 0 ANSI: 0
[ 63.689159] sd 1:0:0:0: Attached scsi generic sg0 type 0
[ 63.889599] scsi 1:0:0:1: Direct-Access Generic STORAGE DEVICE 9328 PQ: 0 ANSI: 0
[ 63.891884] sd 1:0:0:0: [sda] Attached SCSI removable disk
[ 63.892628] sd 1:0:0:1: Attached scsi generic sg1 type 0
[ 63.897716] sd 1:0:0:1: [sdb] Attached SCSI removable disk
[ 63.899484] scsi 1:0:0:2: Direct-Access Generic STORAGE DEVICE 9328 PQ: 0 ANSI: 0
[ 63.901244] sd 1:0:0:2: Attached scsi generic sg2 type 0
[ 63.905464] sd 1:0:0:2: [sdc] 61497344 512-byte logical blocks: (31.5 GB/29.3 GiB)
[ 63.907285] sd 1:0:0:2: [sdc] Write Protect is off
[ 63.907329] sd 1:0:0:2: [sdc] Mode Sense: 03 00 00 00
[ 63.908108] scsi 1:0:0:3: Direct-Access Generic STORAGE DEVICE 9328 PQ: 0 ANSI: 0
[ 63.909140] sd 1:0:0:2: [sdc] No Caching mode page found
[ 63.909177] sd 1:0:0:2: [sdc] Assuming drive cache: write through
[ 63.910636] sd 1:0:0:3: Attached scsi generic sg3 type 0
[ 63.914092] sd 1:0:0:3: [sdd] Attached SCSI removable disk
[ 63.921091] sdc: sdc1 sdc2
[ 63.928493] sd 1:0:0:2: [sdc] Attached SCSI removable disk
For a second SD-card with normal data, the readout was the following (which clearly shows the 1 gig SD-card):
Code: Select all
[ 144.028965] usb 1-1.2: USB disconnect, device number 6
[ 149.385781] usb 1-1.2: new high-speed USB device number 7 using dwc_otg
[ 149.490125] usb 1-1.2: New USB device found, idVendor=11b0, idProduct=6108
[ 149.490152] usb 1-1.2: New USB device strings: Mfr=3, Product=4, SerialNumber=5
[ 149.490169] usb 1-1.2: Product: FCR-HS215/1
[ 149.490185] usb 1-1.2: Manufacturer: Kingston
[ 149.490201] usb 1-1.2: SerialNumber: 000005525
[ 149.491896] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[ 149.495186] scsi host2: usb-storage 1-1.2:1.0
[ 150.497515] scsi 2:0:0:0: Direct-Access Generic STORAGE DEVICE 9328 PQ: 0 ANSI: 0
[ 150.499160] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 150.547750] scsi 2:0:0:1: Direct-Access Generic STORAGE DEVICE 9328 PQ: 0 ANSI: 0
[ 150.550438] sd 2:0:0:0: [sda] Attached SCSI removable disk
[ 150.552073] sd 2:0:0:1: [sdb] Attached SCSI removable disk
[ 150.552337] sd 2:0:0:1: Attached scsi generic sg1 type 0
[ 150.555235] scsi 2:0:0:2: Direct-Access Generic STORAGE DEVICE 9328 PQ: 0 ANSI: 0
[ 150.557720] sd 2:0:0:2: Attached scsi generic sg2 type 0
[ 150.563786] sd 2:0:0:2: [sdc] 2007040 512-byte logical blocks: (1.03 GB/980 MiB)
[ 150.564605] scsi 2:0:0:3: Direct-Access Generic STORAGE DEVICE 9328 PQ: 0 ANSI: 0
[ 150.566478] sd 2:0:0:2: [sdc] Write Protect is off
[ 150.566585] sd 2:0:0:2: [s[code]
dc] Mode Sense: 03 00 00 00
[ 150.567688] sd 2:0:0:3: Attached scsi generic sg3 type 0
[ 150.570651] sd 2:0:0:2: [sdc] No Caching mode page found
[ 150.570748] sd 2:0:0:2: [sdc] Assuming drive cache: write through
[ 150.574595] sd 2:0:0:3: [sdd] Attached SCSI removable disk
[ 150.584077] sdc: sdc1
[ 150.591237] sd 2:0:0:2: [sdc] Attached SCSI removable disk
[/code]
Both the reader and cards were detected, yet I can't execute your command. Executing 'lsusb -t' generates the following information:
Code: Select all
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/5p, 480M
|__ Port 1: Dev 3, If 0, Class=Vendor Specific Class, Driver=smsc95xx, 480M
|__ Port 2: Dev 7, If 0, Class=Mass Storage, Driver=usb-storage, 480M
|__ Port 4: Dev 5, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 4: Dev 5, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M