]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fstab: add hint about systemd reload
authorKarel Zak <kzak@redhat.com>
Tue, 23 May 2023 09:34:19 +0000 (11:34 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 23 May 2023 09:34:19 +0000 (11:34 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/fstab.5.adoc

index ad1318f4965b2f6ead84fb02f31b37773ea91f25..8a728aa2c3175018bd37572123ed7b5cd8e6838a 100644 (file)
@@ -52,6 +52,8 @@ _/etc/fstab_
 
 The file *fstab* contains descriptive information about the filesystems the system can mount. *fstab* is only read by programs, and not written; it is the duty of the system administrator to properly create and maintain this file. The order of records in *fstab* is important because *fsck*(8), *mount*(8), and *umount*(8) sequentially iterate through *fstab* doing their thing.
 
+The file is not read by *mount*(8) only but often is used by many other tools and daemons, and proper functionality may require additional steps. For example, on systemd-based systems, it's recommended to use 'systemctl daemon-reload' after *fstab* modification.
+
 Each filesystem is described on a separate line. Fields on each line are separated by tabs or spaces. Lines starting with '#' are comments. Blank lines are ignored.
 
 The following is a typical example of an *fstab* entry: