2 May
2013
2 May
'13
17:07
https://bugzilla.novell.com/show_bug.cgi?id=804575 https://bugzilla.novell.com/show_bug.cgi?id=804575#c8 --- Comment #8 from Yarny Yarny <Yarny@public-files.de> 2013-05-02 17:07:08 UTC ---
you have to umount all mounts from --rbind youself ("manually"), one by one.
Yes, that's what I'm doing. Precisely, I'm unmounting with
cut -d' ' -f 2 /proc/mounts | grep -E "^/mnt" | sort -r | xargs -n1 umount which works well in openSUSE 12.2, but fails in openSUSE 12.3.
-- 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.