All I see is logs for pre-boot fsck
, but not forced fsck
via the fsck
option in the recovery menu.
This is not a duplicate of Where are fsck results logged at boot time, after /forcefsck?. It mentions pre-boot fsck
, not this situation where I go into recovery mode to initiate a fsck
manually. I use Ubuntu GNOME 16.04, so any solutions that apply to upstart won't help either.
journalctl
doesn't get logged (if you typejournalctl
it just gives you info from current boot likedmesg
) but according to this page you can make it persistent just by making a directory for the log!sudo mkdir -p /var/log/journal
or by editing/etc/systemd/journald.conf
(sorry this isn't helping at all find past forced fsck data even if it works for future forced fsck!) – Zanna Jun 04 '16 at 05:47