ssd samsung Media_Wearout_Indicator

1

I have 3 servers with debian 8.

I did a test with: smartctl -a /dev/sda

And on the newest server the result is (2 weeks):
enter image description here

And in the other 2 almost of the same date they have these:
enter image description here

As I have to read these values to know if the disks are OK ?, because I see the Media_Wearout_Indicator very low (63%)

The model of the disks is: SAMSUNG MZ7LN512HMJP-00000

Thank you.

pablo

Posted 2016-11-12T16:05:12.177

Reputation: 11

This data is not in a readable format, do something with it. – pbies – 2016-11-12T16:08:37.633

Sorry, now I put the info in image – pablo – 2016-11-12T16:13:31.110

1

You can (well, should, really) use the code block feature for console output.

– Daniel B – 2016-11-12T16:25:50.693

Of particular interest is that the second SSD has experienced almost ten times the I/O, so it goes without saying that it’s more worn down. // But, then again, it’s only a few megs, hm. – Daniel B – 2016-11-12T16:27:45.813

Answers

0

The disks seems to be ok. In GUI version of smartctl (Disks in Linux) you should see if they are ok, there is separate column with "OK" text. Don't worry about this indicator.

You may be worried if the Reallocation Sector Count would be more than 0.

pbies

Posted 2016-11-12T16:05:12.177

Reputation: 1 633

But then the Media Wear out Indicator indicator is not important? , I thought it was important. Is a disk of a server. – pablo – 2016-11-12T17:05:20.043

Total_LBAs_Written, how does it translate to gigas? – pablo – 2016-11-12T17:10:15.787

Media Wear Out I would read as the less the better. It must be something about writes to the disk. – pbies – 2016-11-12T17:19:19.460

Total LBAs Written can be multiplied by 512 to give the bytes written value. But for disks with 4096 bytes sectors you may need to multiply by 4096. – pbies – 2016-11-12T17:20:07.597