A minha unidade SSD está indo mal? Erro SMART

0

Há algo de errado com a minha unidade SSD? Ainda está na garantia para que eu possa substituí-lo;)

SMART Error Log Version: 1
ATA Error Count: 1
        CR = Command Register [HEX]
        FR = Features Register [HEX]
        SC = Sector Count Register [HEX]
        SN = Sector Number Register [HEX]
        CL = Cylinder Low Register [HEX]
        CH = Cylinder High Register [HEX]
        DH = Device/Head Register [HEX]
        DC = Device Command Register [HEX]
        ER = Error register [HEX]
        ST = Status register [HEX]
Powered_Up_Time is measured from power on, and printed as
DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
SS=sec, and sss=millisec. It "wraps" after 49.710 days.

Error 1 occurred at disk power-on lifetime: 1537 hours (64 days + 1 hours)
  When the command that caused the error occurred, the device was active or idle
.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  84 51 00 00 00 00 00

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  ec 00 00 00 00 00 00 00      00:19:35.000  IDENTIFY DEVICE
  e5 00 00 00 00 00 00 ff      00:19:34.500  CHECK POWER MODE
  b0 da 00 00 4f c2 00 00      00:17:57.100  SMART RETURN STATUS
  ef 02 00 00 00 00 a0 00      00:17:57.100  SET FEATURES [Enable write cache]
  ef aa 00 00 00 00 a0 00      00:17:57.100  SET FEATURES [Enable read look-ahea
d]

Mais geralmente: Existem técnicas específicas para o SMART em unidades SSD?

    
por Spacedust 31.03.2013 / 19:43

1 resposta

2

Eu não sei, se o ssds suportar isso, mas para um disco rígido normal, se você suspeitar de um problema, deixe-o fazer um auto-teste curto ou longo:

smartctl -t short /dev/sdX
# or
smartctl -t long /dev/sdX

Normalmente, ele informa quanto tempo isso leva. Deixe seu computador ligado por esse tempo. Em seguida, verifique o resultado com smartctl -a /dev/sdX . Eu recomendo manter um rastro de smartctl -a em algum lugar para comparar o que mudou.

Tudo o que disse, eu realmente não sei, o que os SSDs atualmente suportam quando se trata de smart. A última vez que eu tive um SSD conectado à minha caixa principal, o seu smart foi ... bem, poderia usar alguma melhoria.

    
por 31.03.2013 / 22:29

Tags