間違いだらけの備忘録

このページの内容は無保証でありこのページの内容によって直接、または間接に損害を受けられたとしても私は責任を取りません。

ディスク異常の確認

dmesg | egrep "exception Emask|failed command|Unrecovered read error|I/O error"

参考
http://kledgeb.blogspot.jp/2013/07/ubuntu-6-hdd.html

cat /etc/cron.daily/chkdmesg.sh 
#!/bin/bash
cd `/usr/bin/dirname $0`
dmesg | egrep "exception Emask|failed command|Unrecovered read error|I/O error" || exit 0
dmesg -T | mail -s '[Home Server Disk Error]' example@example.com
このページにはhatena以外のサービスからのコンテンツが埋め込まれています。 hatenaによりGoogle AdSense 広告が埋め込まれています。