我有一个新的 USB SSD 驱动器,A-Data SC685。可在 Mac 和 Windows 10 上以 OOTB 方式运行。Windows 笔记本电脑与 ubuntu 18.04 具有双启动功能,但无法在那里运行。
dmesg 输出:
[ 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
发生了什么事?有什么办法可以在不升级 ubuntu 的情况下修复此问题吗?