How to check fsck results, ran at boot, on remote machine?
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.
I was lucky with:
grep fsck /var/log/*|less