SSD has stopped working after about 2 months of use. How can I determine if the problem is due to the motherboard or the SSD itself? The RPI completes the boot from the SD card but does not recognize the SSD. I have tried changing the USB bridge and also connecting the SSD to a PC. In this case, the SSD is recognized but it is not possible to read or write. What are the chances that the problem lies with the SSD? Here the output of dmesg when usb3 bridge is connected:
[ 225.099101] usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
[ 225.120488] usb 2-2: New USB device found, idVendor=152d, idProduct=0578, bcd Device= 1.06
[ 225.120513] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 225.120526] usb 2-2: Product: AXAGON USB3.0 External HDD
[ 225.120536] usb 2-2: Manufacturer: AXAGON
[ 225.120546] usb 2-2: SerialNumber: 7401000101DD
[ 225.159360] scsi host0: uas
[ 225.160658] scsi 0:0:0:0: Direct-Access Verbatim Vi560 0106 PQ : 0 ANSI: 6
[ 225.273699] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 231.112667] sd 0:0:0:0: [sda] Unit Not Ready
[ 231.112694] sd 0:0:0:0: [sda] Sense Key : 0x4 [current]
[ 231.112706] sd 0:0:0:0: [sda] ASC=0x44 <<vendor>>ASCQ=0x81
[ 231.114029] sd 0:0:0:0: [sda] Read Capacity(16) failed: Result: hostbyte=0x00 driverbyte=DRIVER_OK
[ 231.114043] sd 0:0:0:0: [sda] Sense Key : 0x4 [current]
[ 231.114054] sd 0:0:0:0: [sda] ASC=0x44 <<vendor>>ASCQ=0x81
[ 231.115471] sd 0:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=0x00 driverbyte=DRIVER_OK
[ 231.115486] sd 0:0:0:0: [sda] Sense Key : 0x4 [current]
[ 231.115496] sd 0:0:0:0: [sda] ASC=0x44 <<vendor>>ASCQ=0x81
[ 231.115998] sd 0:0:0:0: [sda] 0 512-byte logical blocks: (0 B/0 B)
[ 231.116012] sd 0:0:0:0: [sda] 0-byte physical blocks
[ 231.117448] sd 0:0:0:0: [sda] Test WP failed, assume Write Enabled
[ 231.117916] sd 0:0:0:0: [sda] Asking for cache data failed
[ 231.117927] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 231.119378] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes not a mul tiple of physical block size (0 bytes)
[ 231.119393] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes not a mult iple of physical block size (0 bytes)
[ 231.120498] sd 0:0:0:0: [sda] Attached SCSI disk
Other functionalities like stripe led, fan and lcd are working with no issues. Only SSD no longer recognized.
Thanks in advance