I've got a new USB SSD drive, A-Data SC685. Works OOTB on mac and windows 10. Windows laptop has dual-boot with ubuntu 18.04 and it doesn't work there.
dmesg output:
[ 124.619393] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 124.646145] scsi host0: usb-storage 2-1:1.0
[ 124.649614] usbcore: registered new interface driver usb-storage
[ 124.665346] usbcore: registered new interface driver uas
[ 125.664854] scsi 0:0:0:0: Direct-Access JMICRON JMS580 PQ: 0 ANSI: 6
[ 125.666148] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 125.668916] sd 0:0:0:0: [sda] Unit Not Ready
[ 125.668922] sd 0:0:0:0: [sda] Sense Key : Illegal Request [current]
[ 125.668925] sd 0:0:0:0: [sda] Add. Sense: Invalid command operation code
[ 125.672237] sd 0:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 125.672242] sd 0:0:0:0: [sda] Sense Key : Illegal Request [current]
[ 125.672245] sd 0:0:0:0: [sda] Add. Sense: Invalid command operation code
[ 125.672252] sd 0:0:0:0: [sda] 0 512-byte logical blocks: (0 B/0 B)
[ 125.672254] sd 0:0:0:0: [sda] 0-byte physical blocks
[ 125.672436] sd 0:0:0:0: [sda] Write Protect is off
[ 125.672439] sd 0:0:0:0: [sda] Mode Sense: 00 00 00 00
[ 125.672611] sd 0:0:0:0: [sda] Asking for cache data failed
[ 125.672618] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 125.680230] sd 0:0:0:0: [sda] Unit Not Ready
[ 125.680235] sd 0:0:0:0: [sda] Sense Key : Illegal Request [current]
[ 125.680238] sd 0:0:0:0: [sda] Add. Sense: Invalid command operation code
[ 125.681801] sd 0:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 125.681807] sd 0:0:0:0: [sda] Sense Key : Illegal Request [current]
[ 125.681810] sd 0:0:0:0: [sda] Add. Sense: Invalid command operation code
[ 125.682405] sd 0:0:0:0: [sda] Attached SCSI disk
lsblk:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 0 disk
What's going on? Any ideas how to fix this w/o upgrading ubuntu?