]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount(8): umount does not (anymore?) say `none busy'
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>
Sun, 21 Jan 2018 16:41:17 +0000 (16:41 +0000)
committerGitHub <noreply@github.com>
Sun, 21 Jan 2018 16:41:17 +0000 (16:41 +0000)
The closest I can get is with `mount`, so refer to that instead.

    # mount none -t proc /proc
    mount: /proc: none already mounted or mount point busy.
    # umount /proc
    umount: /proc: target is busy.
    # (cd /root; umount proc)
    umount: /proc: target is busy.

Signed-off-by: Alan Jenkins <alan.christopher.jenkins@gmail.com>
sys-utils/mount.8

index 954a4d3858b9683d73c47af6c472663548b842ec..2ce2df18f622263d9f761c2ef28b2f3cd624221e 100644 (file)
@@ -183,8 +183,8 @@ mounting it, an arbitrary keyword, such as
 can be used instead of a device specification.
 (The customary choice
 .I none
-is less fortunate: the error message `none busy' from
-.B umount
+is less fortunate: the error message `none already mounted' from
+.B mount
 can be confusing.)
 
 .SS The files /etc/fstab, /etc/mtab and /proc/mounts