Showing posts with label cifs. Show all posts
Showing posts with label cifs. Show all posts

Thursday, 6 May 2010

Lucid Lynx and mounting Windows shares using cifs


By default in Lucid it would seem that it is impossible to mount a windows share using the mount.cifs command


This is because the 'set uid bit' is not set.

It can be sorted by the following commands

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

Courtesy of of UbuntuForums.org