1. Wyświetlenie wszystkich informacji SMART dla dysku sda.
smartctl -a /dev/sda |
2. Krótki test SMART dysku (około minuty).
smartctl -t short /dev/sda |
3. Długi test SMART dysku (kilkadziesiąt minut).
smartctl -t long /dev/sda |
4. Test SMART offline (około 2 minut).
smartctl -t offline /dev/sda |
5. Wyświetlenie przybliżonego czasu trwania wspomnianych testów.
smartctl -c /dev/sda |
6. Wyświetlenie wyniku testu.
smartctl -l selftest /dev/sda |