https://bugzilla.novell.com/show_bug.cgi?id=804575 https://bugzilla.novell.com/show_bug.cgi?id=804575#c7 --- Comment #7 from Harald Koenig <koenig@linux.de> 2013-05-02 17:02:26 UTC --- (In reply to comment #6)
I'm having trouble with "mount --rbind" too, and I'm wondering if it could be related to this bug. I don't want to open a duplicate bug report.
My system uses systemd 195-13.18.1. In a nutshell: after "mount --rbind /sys /mnt" I cannot undo this operation unless I reboot the system, due to "busy" mount points. In oS 12.2 I was able to successively unmount every mount point in /mnt.
you have to umount all mounts from --rbind youself ("manually"), one by one. try grep /mnt /proc/mounts grep /mnt /proc/mounts | cut -d" " -f2 | tac | xargs umount -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.