Linux – How to check fsck results, ran at boot, on remote machine

fscklinuxUbuntu

I did touch /forcefsck && reboot on remote machine, using Ubuntu 9.10.

How I can find out if there were any errors corrected? How I can find out what the result of the fsck was?

Thanks

Best Answer

I think it might be in /var/log/boot.log. At least there appears to be something in mine relating to a successful fsck:

fsck from util-linux-ng 2.17.2
/dev/sda1: clean, 300236/4358144 files, 6740064/17401600 blocks

This is on Ubuntu 10.04.2 LTS.