Public bug reported:

Binary package hint: util-linux

mkdir /mnt/dev
mount --rbind /dev /mnt/dev
umount /mnt/dev

The umount fails because of the sub mounts that the recursive bind also
bind mounted under /mnt/dev, which you have to remove manually first.
When you mount with --rbind, umount should be able to reverse the
process, unmounting all recursively bound mounts.

** Affects: util-linux (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/759394

Title:
  can not umount rbind mounts

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to