On Saturday 06 October 2007 21:45:24 Ron Eggler wrote: > Okay I did q chmod u+s for /sbin/mount.cifs and /sbin/umount.cifs. > Umounted /mnt/data as root and mounted it back on with mount -a and then > tried to umount as user but still would tell me "not permitted to > unmount"... :( Thanks for any other ideas....
OK, I just checked the source code, and it seems cifs doesn't respect fstab here. It only checks for root, or if you are the same user who mounted it. Regardless of what fstab says, root and the mounting user are allowed to umount, no one else Anders -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
