Debian: samba マウント失敗「マウント エラー (115): 操作が進行中です」

Debian: samba マウント失敗「マウント エラー (115): 操作が進行中です」
  • 私はシナロジーディスクステーションを持っています
  • 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)
  • dmesg
[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)
  • /etc/hostsにFILESERVERを追加しても問題は同じです
  • 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

関連情報