SSD não detectado quando conectado via estação de acoplamento de disco USB

1

(Movendo esta questão do unix.SX)

Estou conectando um SSD recém-adquirido (Samsung 850 EVO) ao meu Linux Mint 18.3 por meio de uma estação de acoplamento de disco conectada com USB 3.0 ( este ). Infelizmente, o disco não parece ser usado dessa maneira.

lsusb yields:

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

e lshw -c disk de rendimento:

  *-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

a cauda de 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

mas fdisk /dev/sdd resulta em:

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

Isso é um problema com o SSD? A estação de ancoragem? o kernel? O userland da minha distribuição? E - como o disco pode aparecer?

Notas:

  • A estação de ancoragem já trabalhou com outros discos no passado.
por einpoklum 01.01.2018 / 20:30

1 resposta

3

Is this a problem with the docking station?

Sim

Is this dock compatible with the Samsung 840 & 850 EVO series of SSDs? No, the Samsung 840 & 850 EVO SSDs do not work with the ASM1051E chipset in this docking station. If you have a Samsung 840 or 850 EVO SSD, consider our newer USB3-SATA-UASP1 docking station instead.

A docking station não é compatível com o seu Samsung 850 EVO.

how can get the disk to show up?

Use uma estação de ancoragem diferente.

The docking station has worked with other disks in the past.

O fato de outras unidades terem funcionado no passado é irrelevante para o seu problema atual

Fonte

    
por 01.01.2018 / 21:42