0

I am running SpinRite 6 on a dying hard drive. What do all these terms mean on the SMART Monitor screen?

  • ECC Corrected
  • Realloc Events
  • Seek Errors
  • Recal Retrires
  • Cabling Errors
  • Uncorrectable
  • Write Errors

Enter image description here

ctzdev
  • 2,350

2 Answers2

2

It looks like those are abbreviations of S.M.A.R.T. attribute names.

Moab
  • 58,769
0

My guess:

  • ECC Corrected - The sector was read multiple times and was recovered by combining the different results.
  • Realloc Events - Sectors that were reallocated elsewhere.
  • Seek Errors - Sectors that could not be reached (the seek failed)
  • Recal Retries - How many attempts to recalibrate were made.
  • Cabling Errors - Errors due to the interference (noise in the cables?)
  • Uncorrectable - Sectors that could not be recovered
  • Write Errors - Sectors that gave an error when written (Spinrite --depending on the configured mode-- first reads the sector, then writes it again, making sure it's still in good health)
TheNewbie
  • 631