On Tue, Jan 7, 2014 at 2:21 AM, David C. Rankin <drankinatty@xxxxxxxxxxxxxxxxxx> wrote: > Guys, > [...] > The results of mount showing successful mount of the [homes] and [samba] shares: > > //phoinix/samba on /mnt/phx type cifs > (rw,relatime,vers=1.0,sec=ntlm,cache=loose,unc=\\phoinix\samba,username=david,uid=1000,forceuid,gid=0,noforcegid,addr=192.168.7.16,unix,posixpaths,serverino,acl,noperm,rsize=1048576,wsize=65536,actimeo=1) > //phoinix/david on /mnt/phx-david type cifs > (rw,relatime,vers=1.0,sec=ntlm,cache=loose,unc=\\phoinix\david,username=david,uid=1000,forceuid,gid=0,noforcegid,addr=192.168.7.16,unix,posixpaths,serverino,acl,noperm,rsize=1048576,wsize=65536,actimeo=1) > > However, attempting to mount the [config] share results in the error: > > [18:33 providence:~/tmp/cifs] # mount.cifs //phoinix/config /mnt/phx-cfg -v -o > username=david,uid=1000,credentials=/home/david/.dcr/mountcfile,noperm > mount.cifs kernel mount options: > ip=192.168.7.16,unc=\\phoinix\config,noperm,uid=1000,user=david,pass=******** > mount error(13): Permission denied > Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) > This vs. [0] vs. > [03:30 providence:/usr/src/linux-3.5.3-1-ARCH] # mount.cifs //phoinix/config/mnt/phx-cfg -v -o username=david,domain=RLFPLLC,uid=1000,credentials=/home/david/.dcr/mountcfile,noperm > mount.cifs kernel mount options: > ip=192.168.7.16,unc=\\phoinix\config,noperm,uid=1000,user=david,,domain=RLFPLLC,pass=******** > mount error(13): Permission denied > Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) I fail to see sec=ntlm in both your failing commands. Is that intentional or uncautious paste? cheers! mar77i [0] https://bbs.archlinux.org/viewtopic.php?id=160047