While trying to mount a CIFs share folder you receive the following error:
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
In addition to above, you can see in logs the following error messages if you have enabled verbose mode (-vvv)
kernel: [16984.537149] Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE
kernel: [16984.537157] CIFS VFS: Send error in SessSetup = -13
kernel: [16984.537346] CIFS VFS: cifs_mount failed w/return code = -13
That Read more...
CIFS
All posts tagged CIFS
to mount a shared folder from a TimeCapsule:
root@datadroid:~# mount -t cifs //10.0.1.1/Data /mnt/data -o pass=xxyyzz,sec=ntlm root@datadroid:~# mount.cifs //10.0.1.1/Data/ /mnt/data -o "pass=xxyyzz,sec=ntlm"
The important parameter is “sec=ntlm”