(从unix.SX移动这个问题)
我正在通过USB 3.0连接的磁盘扩展坞(这个)将新购买的SSD(Samsung 850 EVO)连接到我的Linux Mint 18.3 。不幸的是,磁盘似乎没有这种方式可用。
lsusb
收益率:
Bus 001 Device 011: ID 174c:55aa ASMedia Technology Inc. ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge
和lshw -c disk
产量:
*-disk UNCLAIMED
description: SCSI Disk
product: USB3-SATA-U3
vendor: Plugable
physical id: 0.0.0
bus info: scsi@6:0.0.0
version: 0
serial: B6250000000000000001
configuration: ansiversion=6
尾巴dmesg
是:
[19688.116910] sd 6:0:0:0: [sdd] Read Capacity(16) failed: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[19688.116915] sd 6:0:0:0: [sdd] Sense Key : Not Ready [current]
[19688.116918] sd 6:0:0:0: [sdd] Add. Sense: Logical unit is in process of becoming ready
[19708.965860] sd 6:0:0:0: [sdd] Read Capacity(10) failed: Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[19708.965865] sd 6:0:0:0: [sdd] Sense Key : Not Ready [current]
[19708.965868] sd 6:0:0:0: [sdd] Add. Sense: Logical unit is in process of becoming ready
[19722.865166] sd 6:0:0:0: [sdd] Attached SCSI disk
但fdisk /dev/sdd
结果是:
Welcome to fdisk (util-linux 2.27.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
fdisk: cannot open /dev/sdd: No such file or directory
这是SSD的问题吗?扩展坞?内核?我的发行版的用户名?并且 - 如何让磁盘出现?
笔记:
- 扩展坞过去曾与其他磁盘配合使用。