The following command:
- Code: Select all
sudo mount.cifs //server-name/share\$ /mnt/share -o rw,user=username,pass=hahahaha,dom=WIN,uid=username,gid=groupname,sec=ntlmv2,iocharset=utf8
Just Works on a freshly installed Debian Squeeze box. Install Squeeze, install cifs-utils, create mount point, run above command. (cifs-utils version is 4.5-2 in squeeze)
But in LMDE, I run the exact same command and get the following:
- Code: Select all
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
(cifs-utils version in wheezy is 5.1-2)
I've tried configuring winbind, using the FQDN for the server and various permutations of the server and share name.
Does anyone know what changed in mount.cifs?


