Samba client unable to mount CIFS to NTFS share: Input/output error
Applies to
- ONTAP 9
- SAMBA client
- CIFS
Issue
- Samba client is unable to mount an NTFS CIFS share and gets an Input/output error
sudo mount -t cifs -vvv -o credentials=/etc/tempcreds,vers=3 //<SVM>/<volume>/<directy /tmp/FileTest/
mount.cifs kernel mount options: ip=1.2.3.4,unc=\\UNC_path\<volume>,vers=3,user=<Domain_User>,domain=<domain>,prefixpath=/<directory>,pass=********
mount error(5): Input/output error
- EMS/SECD logs show
secd.cifsAuth.problem
with NTLM authentication error0xc000005e
FAILURE: Pass-through authentication failed. (NT Status: NT_STATUS_NO_LOGON_SERVERS(0xc000005e))