On Mon, May 04, 2020 at 09:12:59PM +0200, Ulrich Windl wrote: > Is it possible to set a flag that makes fsck do a full filesystem > check on the next boot? > Havent found one for ext3...
use tune2fs to set the current-mountcount (-C) to something bigger than the max-mountcount (check with -l, adjust with -c). reading the tune2fs documentation is recommended before use. > If the fs tools don't have that feature (yet), maybe it could be build > into initrd (some flag just causes a full fsck to be performed before > the fileystems are mounted (read-write). they do. how to trigger it depends on your initrd. reading the distro specific initrd documentation is recommended. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20200504201917.GF987%40priv-mua.
