Found this command line to print the pertinent data related …

Friday, 19th April 2024

Comment on Changing ’33 days has gone without being checked’ automated fsck filesystem check on Debian Linux Desktops – Reduce FS check waiting on Linux notebooks by Darryl Baker.

Found this command line to print the pertinent data related to “manual” fsck’s forced on reboot or mount by time or mount count.

mount -l -t ext4,ext3,ext2 | cut -d’ ‘ -f1 | xargs -n1 tune2fs -l | egrep -i ‘state|mount|check’

The -t argument may need to be modified based on the file system types mounted on your system.

Share this on:

Comments are closed.