From: Alan Jenkins Date: Sun, 21 Jan 2018 16:41:17 +0000 (+0000) Subject: mount(8): umount does not (anymore?) say `none busy' X-Git-Tag: v2.32-rc1~72^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c72fa620b0dfe258ea6e10f209ed56702d84581b;p=thirdparty%2Futil-linux.git mount(8): umount does not (anymore?) say `none busy' 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 --- diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index 954a4d3858..2ce2df18f6 100644 --- a/sys-utils/mount.8 +++ b/sys-utils/mount.8 @@ -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