On Sunday, 22 March 2020 22:51:20 GMT Caveman Al Toraboran wrote:
> ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
> 
> On Sunday, March 22, 2020 12:50 PM, Michael <confabul...@kintzios.com> 
wrote:
> > What Stefan said - the disk is on its way out and autorecovery of bad
> > sectors is failing. You could run:
> > 
> > smartctl -a /dev/sda
> > 
> > to see what errors it reports, but in the first instance if the data on
> > this disk is valuable I suggest you get another disk and immediately
> > transfer all useful/recoverable files off this drive. If the value of the
> > data is not high/irreplaceable, then carry on using it - it may take
> > years and years before it fails completely.
> > 
> > To reallocate a bad block on your disk and hope more won't arrive
> > overnight, have a read at this page:
> > 
> > https://www.smartmontools.org/wiki/BadBlockHowto
> 
> i get this output:
> 
> https://gist.github.com/Al-Caveman/b3be1a623f20b55de80d0e2eddcda5d4
> 
> how to read this?  seems very cryptic to me.
> how is this better than dmest -T?
> 
> thx.

'man smartctl' provides some explanation with regards to reading the Attribute 
values reported by the firmware of the disk, as does Wikipedia:

https://en.wikipedia.org/wiki/S.M.A.R.T.#Known_ATA_S.M.A.R.T._attributes

However, with Seagate drives in particular reported values by the firmware are 
counterintuitive and can cause confusion:

http://www.users.on.net/~fzabkar/HDD/Seagate_SER_RRER_HEC.html


Not withstanding the above, if you look under the section "-A --attributes" in 
the manual you'll see the following.  If an attribute type is of type 'Pre-
fail' and is equal or less than the Threshold value then there is a problem.  
If the WHEN_FAILED column shows a dash, this means the drive has not failed 
yet with respect to this attribute.

Looking at your SMART table we can see no attribute has failed completely yet, 
but we see some potentially worrying signs too.

There have been a number of (ID 1) Raw Read Errors and also (ID 195) Hardware 
ECC Recovered sectors.  However, there are a large number of (ID 187) Reported 
Uncorrectable errors - these are sectors the Hardware ECC failed to correct.

The next value (ID 188) Command Timeout is also of some concern, showing a 
count of 30 aborted operations by the HDD.

There are also some Bad Blocks, with a raw value of 49.  If you see this 
number increasing over time, it means potentially more and more of your data 
can be lost.  It would explain for example why some of the files you stored in 
the vfat partition are showing a size of zero.  The value of (ID 197) Current 
Pending Sector of 12 is also worrying - there are 12 sectors waiting to be 
remapped to a more healthy part of the disk because of unrecoverable read 
errors.  The following attribute (ID 198) Offline Uncorrectable Error counts 
also shows 12.  These are indications your hard disk is failing probably due 
to some platter surface damage and you should take all data off it.  At some 
point it will fail completely and until then loss of data is likely to 
increase.

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to