You are here: Home Linux Misc Check harddisk with s.m.a.r.t
Search
Advanced Search…
E-Mail

Webmail: webmail.wyden.com

E-Mail Preferences: postfix.wyden.com/users

E-Mail Administration: postfix.wyden.com

Statistics
Total: 463
Total Pages: 284
Total Folders: 87
Total Files: 18
Total Links: 26
Last modification: 03.02.2012 16:00
 

Check harddisk with s.m.a.r.t

by Wyden Silvan last modified 26.11.2009 16:33

apt-get install smartmontools
smartctl  -i /dev/sda1 -> to check if smart if activated
smartctl -s on /dev/sda1 -> this turn on sata (if it isn't activated yet)
smartctl -H /dev/sda1 -> check health status of harddisk (passed is good!)
smartctl -t short /dev/sda -> make a short test (runs about 2 minutes in the background)
smartctl -l selftest /dev/sda -> returns the values of the test (after about 2 minutes)