smartmontools
Toto je starší verze dokumentu!
smartmontools
https://www.smartmontools.org/
Instalace
apt-get install smartmontools
Výpis disků
ls -l /dev | grep -E 'sd|hd'
Výpis informací o disku
smartctl --info /dev/sda
Pokud máte vypnuté SMART
smartctl -s on /dev/sda
Výpis
smartctl -a /dev/sda
Při větším počtu realokovaných sektorů by jste si měli dát pozor → reklamace, záloha, nový disk
(Reallocated_Sector_Ct, Reallocated_Event_Count, Current_Pending_Sector)
Zdraví SSD disku
smartctl -a /dev/sda | grep Media_Wearout_Indicator
100 znamená nejlepší možný stav a 0 nejhorší.
Testy
smartctl -t short /dev/sda smartctl -t long /dev/sda
Zrušit test
smartctl -X
smartmontools.1587655814.txt.gz · Poslední úprava: 2020/04/23 17:30 autor: uranusak