sda: sense key Recovered Error linux fsck forcefsck

Errors in /var/log/messages:

1kernel: Current sda: sense key Recovered Error
2kernel: Additional sense: Failure prediction threshold exceeded
3kernel: EXT3-fs error (device sda9) in ext3_setattr: Journal has aborted
4kernel: EXT3-fs error (device sda9) in start_transaction: Journal has aborted

Fix with (requires reboot + can be slow):

1fsck.ext3 -f -y /dev/sda9

To identify that name /dev/sda9 I used:

1fdisk -l
2e2label /dev/sda9

Following this, force a full fsck to double check everything with:

1touch /forcefsck
2reboot

The /forcefsck file is removed automatically post reboot.

If that doesn’t fix the problem – and maybe even if it does, for safety – replace the hard disk.

November 18, 2013

Leave a Reply

Your email address will not be published. Required fields are marked *