> Date: Mon, 14 Mar 2022 08:01:53 -0700 (PDT) > From: Paul Goyette <p...@whooppee.com> > > On Tue, 15 Mar 2022, Simon Burge wrote: > > > Do we have any valid need to have non-critical local filesystems? > > Well, I have a dedicated filesystem for builds, separate from my > OS. The /build happens to be my nvme SSD. > > Building (or being able to build) is not critical to having the > machine running (and receiving mail). > > So, yeah, I think non-critical local filesystems are meaningful.
But critical vs non-critical is just a question of ordering at boot. Do you have rc.d scripts that have to run some time between mountcritremote and mountall, for which it matters to defer mounting some file systems until mountall? If yes, why? (Separately, there's `noauto' in fstab if you don't want the file system to be mounted automatically at boot.)