https://bugzilla.novell.com/show_bug.cgi?id=336711#c10 --- Comment #10 from Machiel van Veen <m.vanveen@franksolutions.nl> 2007-11-01 03:05:38 MST --- I have reproduced on a freshly installed 10.3 system, fully patched. I installed mount.cifs, chmod u+s for mount.cifs, umount.cifs. I set ownership of /mnt/backup to the user and set the fstab entry. //192.168.1.10/hidden$/some_dir /mnt/backup cifs noauto,username=myuser,password=mypass,domain=ourdomain,rw,user As the user mount "/mnt/backup" works but mtab reports: //192.168.1.10/hidden$ /mnt/backup cifs rw,mand,noexec,nosuid,nodev,user=myuser 0 0 Please note the faulty path of the share making umount and a user produce the error. Using "strace umount /mnt/backup" does not produce errors and the share is unmounted, root can also umount properly. A workaround, "alias umount="strace umount &> /dev/null". It's a hack and probably a bad one but it works for now. -- 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.