Wednesday, May 26, 2010

mount.cifs issue in Ubuntu 10.04

mount.cifs not letting normal user to mount, the fix is:

sudo chmod +s `which mount.cifs`
sudo chmod +s `which umount.cifs`

No comments: