https://bugzilla.novell.com/show_bug.cgi?id=855662 https://bugzilla.novell.com/show_bug.cgi?id=855662#c1 Stanislav Brabec <sbrabec@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Stanislav Brabec <sbrabec@suse.com> 2013-12-17 19:36:23 CET --- I can reproduce, and the strace output looks really strange: umount("", 0x8 /* MNT_??? */) = -1 EPERM (Operation not permitted) chdir("/") = 0 getcwd("/", 4096) = 2 umount("dtaa", 0) = -1 EPERM (Operation not permitted) ^^^^ The same for /suse123 umount("", 0x80000000 /* MNT_??? */) = -1 EINVAL (Invalid argument) umount("", 0x8 /* MNT_??? */) = -1 EPERM (Operation not permitted) chdir("/") = 0 getcwd("/", 4096) = 2 umount("use123", 0) = -1 EPERM (Operation not permitted) ^^^^^^ Names of volume to unmount are mangled. -- 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.