I saw some kernel errors from months ago in syslog that said an inode was marked dirty. I want to fsck the system but a reboot would be undesirable at this time.
What sort of checks can I do safely now to help me decide if I should recommend an emergency reboot/fsck? For example: How can I check if the filesystem is marked "dirty"? I can't seem to find an option to display that in any utility.
tune2fs -l /dev/sdxx
if it's ext2/3/4. – jordanm Mar 12 '15 at 16:28