Is there a program for linux to check the health an SSD drive?

link|improve this question
Are you meaning you want to write a program like this, or you're looking to download and use? – p.campbell Aug 9 '09 at 17:07
feedback

migrated from stackoverflow.com Aug 9 '09 at 17:12

This question came from our site for professional and enthusiast programmers.

3 Answers

up vote 3 down vote accepted

The standard way to do diagnostics for hard drives was always smartctl. I guess the same interface should work for SSD... but I've got no experiences with SSD yet.

link|improve this answer
feedback

SSD Life is a good software, but for Windows only :( As said liori above, you can use any SMART control software and look for attribute value, what corresponds to drive health. For example, for Intel SSDs it's a E9 - media wearout indicator, it's value is a drive health (100 = 100%).

link|improve this answer
feedback

You can try new software - SSDlife

Freeware version basic enough and support all major SSD drives and controllers.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.