From: Karel Zak Date: Thu, 15 Feb 2024 09:33:42 +0000 (+0100) Subject: docs: add hints about systemd X-Git-Tag: v2.40-rc2~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8318d5961cedbe96e09f446268bd0f6562e54d8;p=thirdparty%2Futil-linux.git docs: add hints about systemd Suggested-by: Stanislav Brabec Signed-off-by: Karel Zak (cherry picked from commit 9cb7b7671d903573d6c3b9d8112ec13953cdcdc6) --- diff --git a/disk-utils/fsck.8.adoc b/disk-utils/fsck.8.adoc index 976e7ff08d..c2908b033d 100644 --- a/disk-utils/fsck.8.adoc +++ b/disk-utils/fsck.8.adoc @@ -151,6 +151,11 @@ enables libmount debug output. _/etc/fstab_ +== NOTES +During boot, *systemd* does not invoke *fsck -A*. Instead, it schedules the activation +of mounts individually, taking into account dependencies on backing devices, networking, +and other factors. Consequently, *fsck* is called individually for each device. + == AUTHORS mailto:tytso@mit.edu>[Theodore Ts'o], diff --git a/sys-utils/fstab.5.adoc b/sys-utils/fstab.5.adoc index 1b972ef3b3..0f12560e3b 100644 --- a/sys-utils/fstab.5.adoc +++ b/sys-utils/fstab.5.adoc @@ -132,6 +132,8 @@ The proper way to read records from *fstab* is to use the routines *getmntent*(3 The keyword *ignore* as a filesystem type (3rd field) is no longer supported by the pure libmount based mount utility (since util-linux v2.22). +This document describes handling of *fstab* by *util-linux* and *libmount*. For *systemd*, read *systemd* documentation. There are slight differences. + == HISTORY The ancestor of this *fstab* file format appeared in 4.0BSD.