- Ich habe eine Sinalogy Diskstation
- Ich versuche, eine Freigabe in Debian zu mounten
- Fehler ausgeben (Problem ist dasselbe, wenn vers=1.0 und ohne 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
- Liste der Freigaben funktioniert
# smbclient -L FILESERVER -U m.somogyi
Enter WORKGROUP\m.somogyi's password:
Sharename Type Comment
--------- ---- -------
...
Kozos Disk
...
- direkte IP funktioniert nicht
smbclient -L 192.168.0.200 -U m.somogyi
do_connect: Connection to 192.168.0.200 failed (Error NT_STATUS_IO_TIMEOUT)
- Wenn ich FILESERVER zu /etc/hosts hinzufüge, ist das Problem dasselbe
- Die Verbindung zur Freigabe in Windows (7, 8, 10 usw.) funktioniert ordnungsgemäß
- Systemversion
$ uname -a
Linux msdebian 4.19.0-17-amd64 #1 SMP Debian 4.19.194-3 (2021-07-18) x86_64 GNU/Linux
Antwort1
Ich habe einen Fehler gemacht und die richtige IP-Adresse ist192.168.0.220