/smartctl
Instalacja pakietu:
apt-get install smartmontools
Wyświetlenie wszystkich informacji SMART dla dysku /dev/sda:
smartctl -a /dev/sda
Krótki test SMART dysku (około minuty):
smartctl -t short /dev/sda
Długi test SMART dysku (kilkadziesiąt minut):
smartctl -t long /dev/sda
Test SMART offline:
smartctl -t offline /dev/sda
Wyświetlenie przybliżonego czasu trwania wspomnianych testów:
smartctl -c /dev/sda
Wyświetlenie wyniku testu:
smartctl -l selftest /dev/sda
Sprawdzenie ogólnego stanu SMART:
smartctl -H /dev/sda