my SanDisk Extreme Pro Portable SSD doesn't work stable with my Raspberry Pi 4. I can mount it without problems:
Code: Select all
[ 0.809119] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 0.962994] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.20
[ 0.963039] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 0.963065] usb 1-1: Product: USB2.0 Hub
[ 0.965116] hub 1-1:1.0: USB hub found
[ 0.965401] hub 1-1:1.0: 4 ports detected
[ 1.093484] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[ 1.114460] usb 2-1: New USB device found, idVendor=0781, idProduct=55a8, bcdDevice= 1.11
[ 1.114504] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 1.114528] usb 2-1: Product: Extreme SSD
[ 1.114549] usb 2-1: Manufacturer: SanDisk
[ 1.114569] usb 2-1: SerialNumber: 323033344339343031313038
[ 1.158763] scsi host0: uas
[ 2.036787] scsi 0:0:0:0: Direct-Access SanDisk Extreme SSD 0111 PQ: 0 ANSI: 6
[ 2.039411] scsi 0:0:0:1: Enclosure WD SES Device 0111 PQ: 0 ANSI: 6
[ 2.039580] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 2.039825] sd 0:0:0:0: [sda] Write Protect is off
[ 2.039853] sd 0:0:0:0: [sda] Mode Sense: 4b 00 10 00
[ 2.040167] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 2.040971] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes
[ 2.045895] sda: sda1
[ 2.048526] sd 0:0:0:0: [sda] Attached SCSI disk
Code: Select all
[ 181.765108] usb 2-1: USB disconnect, device number 2
[ 181.766034] print_req_error: I/O error, dev sda, sector 0
[ 181.770344] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 182.009133] sd 0:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=0x07 driverbyte=0x00
[ 182.317445] usb 2-1: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
[ 182.338325] usb 2-1: New USB device found, idVendor=0781, idProduct=55a8, bcdDevice= 1.11
[ 182.338342] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 182.338355] usb 2-1: Product: Extreme SSD
[ 182.338366] usb 2-1: Manufacturer: SanDisk
[ 182.338378] usb 2-1: SerialNumber: 323033344339343031313038
[ 182.348065] scsi host1: uas
[ 183.208651] scsi 1:0:0:0: Direct-Access SanDisk Extreme SSD 0111 PQ: 0 ANSI: 6
[ 183.211543] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 183.211720] sd 1:0:0:0: [sdb] Write Protect is off
[ 183.211737] sd 1:0:0:0: [sdb] Mode Sense: 4b 00 10 00
[ 183.212043] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 183.212682] sd 1:0:0:0: [sdb] Optimal transfer size 33553920 bytes
[ 183.215519] scsi 1:0:0:1: Enclosure WD SES Device 0111 PQ: 0 ANSI: 6
[ 183.218420] sdb: sdb1
[ 183.227353] sd 1:0:0:0: [sdb] Attached SCSI disk
The SDD works without problems with USB2 at the RPI4 and also with USB3 at my PC.
Does someone have an idea how to fix this problems?
BR



