summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorKarel Zak2016-04-22 13:14:12 +0200
committerKarel Zak2016-04-22 13:14:12 +0200
commitd08b58c491031ce084f6b473300bbc2fd74d6c21 (patch)
treedbc34f88a916335ab374b3aaf78d425098f6891f /sys-utils/mount.8
parentmount: Handle EROFS before calling mount() syscall (diff)
downloadkernel-qcow2-util-linux-d08b58c491031ce084f6b473300bbc2fd74d6c21.tar.gz
kernel-qcow2-util-linux-d08b58c491031ce084f6b473300bbc2fd74d6c21.tar.xz
kernel-qcow2-util-linux-d08b58c491031ce084f6b473300bbc2fd74d6c21.zip
mount: add note about loopdev reuse to mount.8
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.84
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 3197c8e66..eb0dd988f 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -2931,6 +2931,10 @@ independently of
You can also free a loop device by hand, using
.BR "losetup \-d " or " umount \-d" .
+Since util-linux v2.29 mount command re-uses the loop device rather than
+initialize a new device if the same backing file is already mounted with the
+same offset.
+
.SH RETURN CODES
.B mount
has the following return codes (the bits can be ORed):