S.M.A.R.T.自己診断機能で監視する。
apt install smartmontools vi /etc/default/smartmontools
# list of devices you want to explicitly enable S.M.A.R.T. for
# not needed if the device is monitored by smartd
enable_smart="/dev/hda" スペースをセパレータにデバイスを記述する。
# uncomment to start smartd on system startup start_smartd=yes
# uncomment to pass additional options to smartd on startup
smartd_opts="--interval=1800"
デーモンを起動する。
/etc/init.d/smartmontools start