4

I've just purchased a brand new Seagate ST31000524AS 1TB HDD. Manufacture date shows as January 2012 (yes that's as new as new can get), so must be one of the new batches from the post-flood Thailand. Anyway, I downloaded a copy of Active Hard Disk Monitor tool to check the S.M.A.R.T. parameters and I find the parameter Raw Read Error Rate is very low.

Should I be worried? Will this rectify over time? This hdd is just 7 hours old; what gives?

Edit: I meant high raw read error rate - Title updated accordingly

Very high Raw read error rate on brand new Seagate HDD

kpax
  • 355

2 Answers2

10

It seems it may be a count of the actual sectors read, the errors are in the upper 16bits of the 48bit word, please see

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

Note: the original link is to a now-defunct Seagate Forums, but Wayback Machine shows it is also authored by fzabkar, whose personal page I now link to.

On my Seagate drives I have high decimal numbers, but when converted to hex I in fact have 0 errors in a whole lot of sectors read.

Colin
  • 466
Andrew
  • 101
4

GSmartControl has a comment about this in the tooltip for the raw read error rate:

Note: Some drives (e.g. Seagate) are known to report very high Raw values for this attribute, and it's not an indication of a problem.

The smartmontools FAQ also state

What details can be interpreted from Raw read error rate?

If no documentation is available, the RAW value of attribute 1 is typically useless. The 48-bit field might encode several values, try -v 1,hex48 to check.

Gurken Papst
  • 4,232
  • 1
  • 20
  • 19