can not umount rbind mounts
Bug #759394 reported by
Phillip Susi
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
util-linux (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
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.
Changed in util-linux (Ubuntu): | |
status: | Opinion → Confirmed |
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.