Trying to mount a CIFS/Samba share on Debian 8 (Jessie) by an entry in /etc/fstab, I get the following error message:
Regardless which credentials I use.mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Of course, I also checked if the credentials are correct - but the "permission denied" persists, regardless of which credentials I use.
With supposedly-correct logins, as well as bogus ones: Same error message.
Checking CIFS messages in dmesg:
Code: Select all
$ dmesg | tail
Microsoft Knowledge Base says, this error code means:[ 2133.740832] Status code returned 0xc000018d NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE
[ 2133.740839] CIFS VFS: Send error in SessSetup = -13
[ 2133.740957] CIFS VFS: cifs_mount failed w/return code = -13
Uncomfortable finding:The logon request failed because the trust relationship between this workstation and the primary domain failed.
A server which was perfectly able to connect and mount the same share - now throws the same error.
It seems that something on the Windows server side was changed...
Hm...
To be continued!
Links: