]> git.ipfire.org Git - thirdparty/util-linux.git/commit
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)
commitc72fa620b0dfe258ea6e10f209ed56702d84581b
treed8e710376a4ddd2622af45520ebf85a1dd217787
parent8fb096b2a71cb3e0a1172b22bcb9450a394c7e1c
 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 <alan.christopher.jenkins@gmail.com>
sys-utils/mount.8