DriveReady SeekComplete Error
Oct 5 22:22:27 adj kernel: hda: task_out_intr: status=0x51 { DriveReady SeekComplete Error }
Oct 5 22:22:27 adj kernel: hda: task_out_intr: error=0x10 { SectorIdNotFound },
LBAsect=75174469, high=4, low=8065605, sector=75174492
Oct 5 22:22:27 adj kernel: ide: failed opcode was: unknown
Oct 5 22:22:57 adj kernel: hda: irq timeout: status=0xd0 { Busy }
Oct 5 22:22:57 adj kernel:
Oct 5 22:22:57 adj kernel: ide: failed opcode was: unknown
Oct 5 22:23:02 adj kernel: ide0: reset: success
fsck ディスク検査と修復を行う
構文
fsck [-AVRTNP] [-s] [-t fstype] device
オプション
-A /etc/fstabに記述されているすべてのファイル・システムの検査と修復を行う
-R ルート・ファイル・システム以外のすべてのファイル・システムに対して検査と修復を行う
-N 実際には実行せず,実行内容だけを表示する
-t fstype 対象とするファイル・システムを指定する
device 検査するデバイスまたはマウント・ポイントを指定する
説明
ディスクの検査と修復を行う。ただし,修復は完全ではないのでファイルを破壊してしまう可能性も含んでいる。エラーが発生した場合は,できる限りバックアップを行った上で修復することをお勧めする
使用例
hdb1のハード・ディスクを検査する
# fsck /dev/hdb1
実際には実行せず,実行内容だけを表示する
# fsck -N