Samba 客户端无法将 CIFS 挂载到 NTFS 共享:输入/输出错误
适用于
- ONTAP 9
- SAMBA 客户端
- CIFS
问题描述
- Samba 客户端无法挂载 NTFS CIFS 共享,并出现输入/输出错误
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 日志显示
secd.cifsAuth.problemNTLM 身份验证错误0xc000005e
FAILURE: Pass-through authentication failed. (NT Status: NT_STATUS_NO_LOGON_SERVERS(0xc000005e))