View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#7
Yeah. that's not so good. As mikhmv says, actually repairing it is tricky because you can't easily unmount it. You can try adding:
Code:
/sbin/fsck -f -p /dev/mmcblk0p2
to /etc/event.d/rcS-late (before it mounts /home). This should fail gracefully if it hits any unrecoverable errors, so shouldn't prevent booting.