- 我有一个 sinalogy diskstation
- 我尝试在 Debian 中挂载共享
- 抛出错误(如果 vers=1.0,并且没有 vers,问题也一样)
$ mount -t cifs -o username=m.somogyi,vers=2.0 //192.168.0.200/Kozos /mnt/ds1-common/
Password for m.somogyi@//192.168.0.200/Kozos: ***************
mount error(115): Operation now in progress
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
- 消息
[67709.365595] CIFS VFS: Error connecting to socket. Aborting operation.
[67709.366507] CIFS VFS: cifs_mount failed w/return code = -115
- 共享列表正在工作
# smbclient -L FILESERVER -U m.somogyi
Enter WORKGROUP\m.somogyi's password:
Sharename Type Comment
--------- ---- -------
...
Kozos Disk
...
- 直接 IP 不起作用
smbclient -L 192.168.0.200 -U m.somogyi
do_connect: Connection to 192.168.0.200 failed (Error NT_STATUS_IO_TIMEOUT)
- 如果我将 FILESERVER 添加到 /etc/hosts ,问题仍然相同
- 在 Windows(7、8、10 等)中连接共享工作正常
- 系统版本
$ uname -a
Linux msdebian 4.19.0-17-amd64 #1 SMP Debian 4.19.194-3 (2021-07-18) x86_64 GNU/Linux
答案1
我犯了一个错误,正确的 IP 地址是192.168.0.220