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...