Comment 1 for bug 657900

Revision history for this message
Ian Beardslee (ibeardslee) wrote :

I've noticed this as well.

smbmount //server/share /home/$user/mountpoint -o uid=$user,gid=users,user,credentials=/home/$user/.samba_credentials,dir_mode=0775,filemode=0775,nounix

fails with the error mentioned.

And it's counterpart ..

smbumount /home/$user/mountpoint

fails with "No command 'smbumount' found"

This was working with Lucid, although I did have to

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

To get it working in Lucid.