CIFS VFS:cifs_mount 失败,返回代码 = -22

CIFS VFS:cifs_mount 失败,返回代码 = -22

我目前遇到一个问题,我无法连接到 Windows 共享。按照我使用的命令,fstab 也无济于事,它会得到相同的错误。内核日志根本没用。

我在这里提出的唯一改变是用户/域

sudo mount -v -t cifs //NT-SERVER03/NEW-DFS/EA/SE/Shared/ /media/austausch -o vers=2.0,rw,nounix,sec=ntlmv2,credentials=/root/.smbcredentials domain=XXXX
mount.cifs kernel mount options: ip=172.24.0.3,unc=\\NT-SERVER03\NEW-DFS,vers=2.0,nounix,sec=ntlmv2,user=XXXX,domain=XXXX,prefixpath=EA/SE/Shared,pass=********
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

内核日志:

Jan 26 12:47:58 brabender kernel: [10015.152915] CIFS VFS: cifs_mount failed w/return code = -22

我希望有人知道我错过了什么。

谢谢你的帮助。Lars

相关内容