Verifica manuale
sudo apt-get install gsmartcontrol
sudo gsmartcontrol
Monitoraggio continuo
- Installare smart-notifier
sudo apt-get install smart-notifier
- Lanciarlo (verrà rieseguito al relogin)
smart-notifier &
sudoedit /etc/default/smartmontools
start_smartd=yes
- Impostare il test in smartd
sudoedit /etc/smartd.conf
DEVICESCAN -d removable -n standby -m root -M exec /usr/share/smartmontools/smartd-runner -M test
sudo invoke-rc.d smartmontools restart
- Dovrebbe uscire la finestra di warning
- Togliere il test e restartare
sudoedit /etc/smartd.conf
DEVICESCAN -d removable -n standby -m root -M exec /usr/share/smartmontools/smartd-runner
sudo invoke-rc.d smartmontools restart