Hello friends,
I have old raid 1 mirror drives. However the container of the HDs is broken. I am trying to read the content of the drive using mdadm, but it is not working as I expect.
sdb is added to /dev when the usb cable is connected, but if I try to mount it I get:
mount: /home: special device /dev/sdb does not exist.
After cable connection the following items are added to lsusb:
Bus 001 Device 009: ID 14cd:168a Super Top Elecom Co., Ltd MR-K013 Multicard Reader
Bus 001 Device 008: ID 05e3:0608 Genesys Logic, Inc. Hub
Gparted does not sees the drive.
dmesg contains the following
[ 50.772950] usb 1-1.2: new high-speed USB device number 6 using ehci-pci
[ 51.065072] usb 1-1.2: device descriptor read/64, error -71
[ 51.270405] usb 1-1.2: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
[ 51.270418] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 51.270422] usb 1-1.2: Product: USB2.0 Hub
[ 51.271383] hub 1-1.2:1.0: USB hub found
[ 51.271825] hub 1-1.2:1.0: 4 ports detected
[ 51.552940] usb 1-1.2.4: new high-speed USB device number 7 using ehci-pci
[ 51.651729] usb 1-1.2.4: New USB device found, idVendor=14cd, idProduct=168a, bcdDevice= 0.01
[ 51.651744] usb 1-1.2.4: New USB device strings: Mfr=1, Product=3, SerialNumber=2
[ 51.651748] usb 1-1.2.4: Product: USB Mass Storage Device
[ 51.651751] usb 1-1.2.4: Manufacturer: USB Device
[ 51.651754] usb 1-1.2.4: SerialNumber: 816820130806
[ 51.675677] usb-storage 1-1.2.4:1.0: USB Mass Storage device detected
[ 51.675815] scsi host6: usb-storage 1-1.2.4:1.0
[ 51.675916] usbcore: registered new interface driver usb-storage
[ 51.682163] usbcore: registered new interface driver uas
[ 52.679665] scsi 6:0:0:0: Direct-Access USB Mass Storage Device 1.00 PQ: 0 ANSI: 0
[ 52.680164] sd 6:0:0:0: Attached scsi generic sg1 type 0
[ 52.681395] sd 6:0:0:0: [sdb] Media removed, stopped polling
[ 52.683466] sd 6:0:0:0: [sdb] Attached SCSI removable disk
Any idea?
best