Debian: 삼바 마운트 실패 "마운트 오류(115): 현재 작업이 진행 중입니다."

Debian: 삼바 마운트 실패 "마운트 오류(115): 현재 작업이 진행 중입니다."
  • 나는 sinology 디스크 스테이션을 가지고 있습니다
  • 데비안에서 공유를 마운트하려고 합니다.
  • 오류 발생(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

관련 정보