Mount.cifs Operation Not Permitted
November 27th, 2007
To be able to mount samba shares as a normal user using programs like smb4k, the following commands need to be run as Root first.
chmod +s `which mount.cifs`
chmod +s `which umount.cifs`
That should solve any problems.