Monitoraggio SMART di Hard Disk in Ubuntu: Difference between revisions
Jump to navigation
Jump to search
m Created page with "==Verifica manuale== *Installare gsmartcontrol sudo apt-get install gsmartcontrol * Lanciarlo sudo gsmartcontrol ==Monitoraggio continuo== * Installare smart-notifier sudo…" |
(No difference)
|
Latest revision as of 16:15, 17 February 2012
Verifica manuale
- Installare gsmartcontrol
sudo apt-get install gsmartcontrol
- Lanciarlo
sudo gsmartcontrol
Monitoraggio continuo
- Installare smart-notifier
sudo apt-get install smart-notifier
- Lanciarlo (verrà rieseguito al relogin)
smart-notifier &
- Abilitare smartd
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
- Riavviare smartd
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
- Riavviare smartd
sudo invoke-rc.d smartmontools restart