Como descobrir por que um disco rígido SATA não vai aparecer em / dev / e (portanto) não vai montar

4

Eu tinha um disco rígido externo que ficou bagunçado. Eu então abri e liguei o SATA-Hard-Drive diretamente no meu computador. Mas após o boot é apenas mostrando o meu IDE-Hard-Drive em que o sistema operacional é. Nenhum secundário é mostrado.

sudo blkid -o list -w /dev/null
device                                                                            fs_type         label            mount point                                                                           UUID
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
/dev/sda1                                                                                                  ntfs                  System-reserviert      /media/System-reserviert                                                                                       FAE80411E803CB39
/dev/sda2                                                                                                  ntfs                                         /media/4AF809FAF809E4D3                                                                                        4AF809FAF809E4D3
/dev/sda5                                                                                                  ext4                                         /                                                                                                              fb8c4c85-12dc-44ad-a1e3-3b9b0ceb278f
/dev/sda6                                                                                                  ext4                                         /home                                                                                                          7560f5da-cd21-4fca-9d87-b8921c058b87
/dev/sda7                                                                                                  swap                                         <swap>                                                                                                         e8a31868-91c2-4da5-8551-f7a9a8d4e536

-

fdisk -l
Platte /dev/sda: 203.9 GByte, 203927027200 Byte
255 Köpfe, 63 Sektoren/Spur, 24792 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xa252a252

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sda1   *           1          13      102400    7  HPFS/NTFS
Partition 1 endet nicht an einer Zylindergrenze.
/dev/sda2              13        8414    67481600    7  HPFS/NTFS
/dev/sda3            8415       24793   131560449    5  Erweiterte
/dev/sda5            8415       13278    39061504   83  Linux
/dev/sda6           13278       24219    87889920   83  Linux
/dev/sda7           24220       24793     4606976   82  Linux Swap / Solaris

-

sudo lsusb
Bus 007 Device 002: ID 03f0:0805 Hewlett-Packard HP4470C
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 003: ID 03f0:6204 Hewlett-Packard DeskJet 5150c
Bus 003 Device 002: ID 192f:0416 Avago Technologies, Pte. 
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Encontrei algumas entradas no syslog que podem estar relacionadas:

[    0.771747] ata3: SATA max UDMA/133 cmd 0xd800 ctl 0xdc00 bmdma 0xe800 irq 19
[    6.320028] ata3: link is slow to respond, please be patient (ready=0)
[   10.820029] ata3: SRST failed (errno=-16)
[   16.370030] ata3: link is slow to respond, please be patient (ready=0)
[   20.390081] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   20.410139] ata3.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
[   30.940029] ata3: link is slow to respond, please be patient (ready=0)
[   35.440032] ata3: SRST failed (errno=-16)
[   40.990028] ata3: link is slow to respond, please be patient (ready=0)
[   44.230062] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   44.250138] ata3.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
[   44.250143] ata3: limiting SATA link speed to 1.5 Gbps
[   54.780030] ata3: link is slow to respond, please be patient (ready=0)
[   59.280027] ata3: SRST failed (errno=-16)
[   64.830029] ata3: link is slow to respond, please be patient (ready=0)
[   68.250061] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[   68.270137] ata3.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
[   78.800049] ata3: link is slow to respond, please be patient (ready=0)
[   83.300049] ata3: SRST failed (errno=-16)
[   88.850030] ata3: link is slow to respond, please be patient (ready=0)
[   91.670060] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 310)

É possível que não apenas o controlador USB do shell externo tenha sido danificado, mas também o próprio drive.

Mas como posso ter certeza de que o disco rígido está danificado e, portanto, não se exibindo em / dev?

    
por Sim 27.07.2012 / 12:36

2 respostas

3

Tanto quanto eu posso ver todos os recursos e truques que eu conheço estão esgotados, por isso considero que minha unidade está morta.

No entanto, perguntarei a um profissional. Se houver novos dados disponíveis, eles serão editados. Atualmente, "unidade está morta" é a resposta mais adequada.

    
por Sim 29.07.2012 / 18:06
0

Grande palpite aqui: Tente remover a unidade externa e defina-a de mestre para escravo. Duh, meu mal. Verifique na BIOS se esta unidade externa está listada.

    
por zuberuber 27.07.2012 / 13:28