Skip to main content
deleted 47 characters in body
Source Link
Foogod
  • 599
  • 1
  • 4
  • 5

But in general, for a lot of this stuff, you just sorta have to make educated guesses. The 8 in the "raw value" field pretty likely means there have been 8 uncorrected sectors encountered (in the drive's lifetime, or at least since all the data was last reset). The "100" for current/worst says that the drive firmware actually isn't concerned about that and doesn't think it's really a problem ("100% fine"). That's really just a suggestion, though, so your own evaluation may differ.

But in general, for a lot of this stuff, you just sorta have to make educated guesses. The 8 in the "raw value" field pretty likely means there have been 8 uncorrected sectors encountered (in the drive's lifetime, or at least since all the data was last reset). The "100" for current/worst says that the drive firmware actually isn't concerned about that and doesn't think it's really a problem ("100% fine"). That's really just a suggestion, though, so your own evaluation may differ.

But in general, for a lot of this stuff, you just sorta have to make educated guesses. The 8 in the "raw value" field pretty likely means there have been 8 uncorrected sectors encountered (in the drive's lifetime). The "100" for current/worst says that the drive firmware actually isn't concerned about that and doesn't think it's really a problem ("100% fine"). That's really just a suggestion, though, so your own evaluation may differ.

Source Link
Foogod
  • 599
  • 1
  • 4
  • 5

To clarify (since this is one of the top responses on Google for this question, but doesn't actually answer it very well, IMHO):

The "Current", "Worst", and "Threshold" values reported by S.M.A.R.T. are normalized qualitative values, that is they don't indicate the actual number of sectors, etc. Instead, they are intended to indicate "how good" or "how bad" that metric's value is on a scale.

With the "Current" and "Worst" numbers, higher is always better, and they are generally normalized to some common scale (such as 0-100). Unfortunately, one of the problems with S.M.A.R.T. is that many of these details are not specified in the standard, so what scale a particular manufacturer uses for these values is completely up to that manufacturer. Usually, most manufacturers seem to use 100 as the top (so the numbers are basically "percent"), but in some cases I've seen 200, or even 253, etc.

So if the scale the manufacturer has chosen is 0-100, then if a metric is reported with a "Current" value of 100 (100% healthy), that means the drive is telling you "It's perfectly OK, nothing to worry about here". If it reports less than that, then it's telling you there may be some cause for concern. What you want to pay attention to is how close these numbers are to the "Threshold" number. If "Current" falls below "Threshold", then that is the point at which the manufacturer considers the drive to be "failed" in some way (and can be sent back for warranty return, etc).

But just because the number hasn't fallen below the threshold doesn't necessarily mean that everything's peachy. It may mean that the drive hasn't failed yet, but it may in the near future. Generally, anything under 100 (particularly on certain metrics which have been shown to be indicators of possible future failure, such as "uncorrectable sector count") could indicate that there's something that you might want to be concerned about.

One of the other problems with these numbers, though, is that there's really no way to tell exactly how the drive firmware is deciding the "quality" of a particular situation. In the example given for the "uncorrectable sector count", the drive is actually reporting a "current" and "worst" value of 100 ("everything's fine!") but if we look at the raw value, it suggests there actually have been 8 uncorrectable sectors encountered. Is 8 sectors a problem? The drive doesn't seem to think so, but it doesn't tell us why. Do you think 8 sectors is a problem? Well, I personally think anything over zero for that metric is concerning, so...

This is why most people will say "just look at the raw value field", but there are two problems with this too: The first is that there's absolutely no standard for what the drive is supposed to return for that value, so you just sort of have to guess what it's reporting there. Quite commonly, for most metrics which involve "counts" of things, the raw value will be the actual raw count (keep in mind that raw values are usually shown in hex), so here it's pretty likely that it's reporting 8 total uncorrectable sectors which have been encountered in this case (which is why CrystalDiskInfo is flagging it as "caution"). The other problem with raw values is that often the drive has a lot more information about the situation that it can take into account than just that one value (for example, exactly when each uncorrectable sector was encountered, whether there have been an increasing number recently, etc), which just isn't reported to us. This may be part of the reason why the drive doesn't seem concerned by the 8 bad sectors (maybe they all happened a long time ago and it hasn't seen any since? But who knows..)

But in general, for a lot of this stuff, you just sorta have to make educated guesses. The 8 in the "raw value" field pretty likely means there have been 8 uncorrected sectors encountered (in the drive's lifetime, or at least since all the data was last reset). The "100" for current/worst says that the drive firmware actually isn't concerned about that and doesn't think it's really a problem ("100% fine"). That's really just a suggestion, though, so your own evaluation may differ.