[Touch-packages] [Bug 759394] Re: can not umount rbind mounts

2017-06-15 Thread Phillip Susi
** Changed in: util-linux (Ubuntu) Status: Opinion => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to util-linux in Ubuntu. https://bugs.launchpad.net/bugs/759394 Title: can not umount rbind mounts Status

[Touch-packages] [Bug 759394] Re: can not umount rbind mounts

2017-06-14 Thread Ivan Zakharyaschev
This worked for me correctly -- https://unix.stackexchange.com/a/264488/4319 : mount --rbind /dev /mnt/test mount --make-rslave /mnt/test umount -R /mnt/test It was important to have the two first commands as two separate commands: do not combine --rbind and --make-rslave in one invocation of

[Touch-packages] [Bug 759394] Re: can not umount rbind mounts

2016-11-04 Thread gouri
Hi. Same problem here. Some partitions still appear in `mount` output and `/proc/mounts` but can't be unmounted via either device name or mount point. Repeatedly trying `umount -l` with device names and mount points finally managed to get the partitions unmounted. Yet it feels awkward, like a