Estranho Disco Rígido e Comportamento do Sistema Operacional

2

Quando eu estava trabalhando no meu laptop (Dell Inspiron), no qual o sistema operacional é o Kali Linux, vi de repente que as imagens - por exemplo, a imagem do terminal e a imagem do firefox na barra de menu esquerda - junto com a imagem de configurações , bloquear e desligar as imagens sumiram.

Neste momento, não consigo abrir nenhum programa, e qualquer comando executado no terminal resultará em um erro de entrada / saída (não sei por quê) e, em seguida, o kali voltará para a janela do terminal (sem área de trabalho) ).

Eu então tenho que desligar meu laptop usando a tecla liga / desliga. isso aconteceu várias vezes; Toda vez que ligo o laptop, ele dura cerca de 15 a 20 minutos funcionando normalmente, então isso acontece.

Toda vez que isso acontece eu abro o utilitário de disco e verifico o status do disco rígido: ele diz que "disco está ok". No entanto, a última vez que os discos foram exibidos mostraram que "o disco está ok, um atributo com falha está falhando". Eu rapidamente visualizei os dados e o autoteste SMART e vi que tudo está ok, exceto pelo erro de ponta a ponta, que está falhando. O número de contagens do setor realocado é 0. Portanto, há várias perguntas:

  1. O que significa erro de entrada / saída ao abrir programas ou executar comandos de terminal?

  2. O que mantém isso acontecendo apesar de eu estar usando o laptop normalmente e o disco rígido é relativamente novo (não tenho experimentado isso antes)?

  3. O que isso significa?

  4. O que devo fazer para impedir que isso aconteça (já executei o autoteste)?

    
por Dark Eagle 02.08.2016 / 21:48

1 resposta

1

Existe um erro End-to-End S.M.A.R.T, que está falhando.

Com base no acima, seu disco está falhando .

Recomenda-se a substituição urgente de dados e de hardware.

Hard drives, supporting this attribute

Samsung, Seagate, IBM (Hitachi), Fujitsu, Maxtor, Western Digital, Hewlett-Packard

Description

End-to-End error S.M.A.R.T. parameter is a part of HP's SMART IV technology and it means that after transferring through the cache RAM data buffer, the parity data between the host and the hard drive did not match. For detailed information see SMART IV Documentation from HP.

Recommendations

This is a critical parameter. Degradation of this parameter may indicate imminent drive failure. Urgent data backup and hardware replacement is recommended.

Fonte 9119: S.M.A.R.T. Atributo: Erro de ponta a ponta

Leitura em segundo plano

How SMART IV works

  • SMART IV uses a 2 byte parity code to enable it to better detect if data is valid during transfers to and from the data buffer of the hard drive. If the parity data does not match after transferring through the cache RAM data buffer, then depending upon the command, the drive can do a background retry to get data again or report the error message to the host.

  • During a disk read, a 2 byte parity code is generated after the data is transferred from the disk. After transfer from the data buffer to the drive interface, the parity data is checked (see Figure 1).

  • During a disk write, a 2 byte parity code is generated and appended to the data going into the data buffer. The parity code is checked before it goes into the data buffer and before it is written to the disk (see Figure 2).

  • If an error is detected by the drive and the data cannot be retrieved or sent without failure, a protocol is in place to notify the host operating system of the error. The host operating system can then decide to resend the command or notify the user that a data error may have occurred.

  • If errors are detected, a SMART attribute called End-to-End Error Detection Count is updated. If the SMART threshold is crossed, an imminent failure error message is reported to the user either through Client Management Software that has been installed in the operating system or by the HP BIOS on the next reboot. Since all HP BIOS issue the SMART status command, no additional software is required.

enter image description here

Fonte Documentação do SMART IV da HP .

    
por 02.08.2016 / 22:05