]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount: add note about "already mounted" behavior
authorKarel Zak <kzak@redhat.com>
Mon, 5 Feb 2018 11:18:49 +0000 (12:18 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 5 Feb 2018 11:18:49 +0000 (12:18 +0100)
Addresses: https://github.com/karelzak/util-linux/issues/448
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/mount.8

index c5f7c1408bf10e18f689af0dbb94b961503414ab..f492f7f252a22c7962cc18a77d053134f846f0e1 100644 (file)
@@ -113,6 +113,13 @@ options to avoid ambivalent interpretation of the given argument.  For example:
 .sp
 .RE
 
+The same filesystem may be mounted more than once, and in some cases (e.g.
+network filesystems) the same filesystem maybe be mounted on the same
+mountpoint more times. The mount command does not implement any policy to
+control this behavior. All behavior is controlled by kernel and it is usually
+specific to filesystem driver. The exception is \fB\-\-all\fR, in this case
+already mounted filesystems are ignored.
+
 .SS Listing the mounts
 The listing mode is maintained for backward compatibility only.