When forcing a fsck at boot (touch /etc/forcefsck), I would like the option to run fsck on all partitions of all hard drives and not just those partitions explicitly enumerated in fstab.
I don't see any related option in the fsck man page. The fsck command seems narrowly focused to work only with fstab partitions.
I have several systems. On some systems I have partitions I don't always use. Those partitions are not explicitly mounted through fstab. I mount them manually when I need them.
I wrote a shell script to check those partitions, but a direct method with fsck would be more sensible.
Please correct me if I misunderstand the fsck man page.
Thanks again.