diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:33:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:33:32 +0000 |
commit | 8bb05ac73a5b448b339ce0bc8d396c82c459b47f (patch) | |
tree | 1fdda006866bca20d41cb206767ea5241e36852f /disk-utils/fsck.8.adoc | |
parent | Adding debian version 2.39.3-11. (diff) | |
download | util-linux-8bb05ac73a5b448b339ce0bc8d396c82c459b47f.tar.xz util-linux-8bb05ac73a5b448b339ce0bc8d396c82c459b47f.zip |
Merging upstream version 2.40.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'disk-utils/fsck.8.adoc')
-rw-r--r-- | disk-utils/fsck.8.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/disk-utils/fsck.8.adoc b/disk-utils/fsck.8.adoc index 976e7ff..c2908b0 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], |