Hello,
I'd like to mount a windows file share using mount.cifs command.
The command systematically fails with the output
Status code returned 0xc000006a NT_STATUS_WRONG_PASSWORD
CIFS VFS: Send error in SessSetup = -13
CIFS VFS: cifs_mount failed w/return code = -13
The mount syntax is :
mount -vvv -t cifs -o username=myuser,domain=DOM,ver=3,sec=ntlm //10.10.10.107/share /mnt/share1
the mount command produces the following.
mount.cifs kernel mount options unc=//10.10.10.107\share,ip=10.10.10.107,pass=*****,ver=1,rw,username=myuser,domain=DOM,ver=3,sec=ntlm
mount error 13 = Permission denied
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
did anyone already manage to mount a windows file share on gaia r80.10 ?