Monitoraggio SMART di Hard Disk in Ubuntu

From RVM Wiki
Revision as of 16:15, 17 February 2012 by Gabriele.vivinetto (talk | contribs) (Created page with "==Verifica manuale== *Installare gsmartcontrol sudo apt-get install gsmartcontrol * Lanciarlo sudo gsmartcontrol ==Monitoraggio continuo== * Installare smart-notifier sudo…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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