Na página smartctl
man:
The Attribute table printed out by smartctl also shows the "TYPE" of the Attribute. Attributes are one of two possible types: Pre-failure or Old age. Pre-failure Attributes are ones which, if less than or equal to their threshold values, indicate pending disk failure. Old age, or usage Attributes, are ones which indicate end-of-product life from old-age or normal aging and wearout, if the Attribute value is less than or equal to the threshold. Please note: the fact that an Attribute is of type 'Pre-fail' does not mean that your disk is about to fail! It only has this meaning if the Attribute´s current Normalized value is less than or equal to the threshold value.
If the Attribute´s current Normalized value is less than or equal to the threshold value, then the "WHEN_FAILED" column will display "FAILING_NOW". If not, but the worst recorded value is less than or equal to the threshold value, then this column will display "In_the_past". If the "WHEN_FAILED" column has no entry (indicated by a dash: ´-´) then this Attribute is OK now (not failing) and has also never failed in the past.
Então, de acordo com a seção de saída smartctl
que você postou, sua unidade realmente parece em boa forma. No entanto, isso não significa necessariamente que não haja outro problema.
Infelizmente, a mensagem Unhandled sense code
significa que algo deu errado, mas o kernel não sabe o quê. Você pode tentar ver o resto da saída smartctl
para ver se há algo errado. Deve haver uma parte que resuma a saúde geral do disco. Você pode obtê-lo sozinho com a opção -H
.
Se a unidade suportar autoteste, você pode iniciar um com:
smartctl -t long /dev/sda
Isso começa em segundo plano, então você terá que verificar os resultados. Se a unidade não estiver montada, você poderá adicionar a opção -C
para ativar o modo cativo, que deve levar menos tempo. Um teste short
também é possível, mas menos completo.
Também é uma boa ideia verificar os conectores físicos, etc., para garantir que nada se solte - é uma solução fácil se tiver.
Atualizar
A Wikipedia tem uma boa referência para atributos inteligentes . Observe que a coluna 'Melhor' refere-se aos valores brutos na coluna mais à direita da saída e não ao valor normalizado no início. Aqui está a parte sobre 'Setor atual pendente' mencionado por frostschutz :
Count of "unstable" sectors (waiting to be remapped, because of unrecoverable read errors). If an unstable sector is subsequently read successfully, the sector is remapped and this value is decreased. Read errors on a sector will not remap the sector immediately (since the correct value cannot be read and so the value to remap is not known, and also it might become readable later); instead, the drive firmware remembers that the sector needs to be remapped, and will remap it the next time it's written. However some drives will not immediately remap such sectors when written; instead the drive will first attempt to write to the problem sector and if the write operation is successful then the sector will be marked good (in this case, the "Reallocation Event Count" (0xC4) will not be increased). This is a serious shortcoming, for if such a drive contains marginal sectors that consistently fail only after some time has passed following a successful write operation, then the drive will never remap these problem sectors.