I did have the same problem 4 years ago.
back than, I had Debian 10 - buster on my server.
now, almost 4 years later, I am running Debian 12 - bookworm, fully updated.
I did not mount my Time Capsule for a long time, but now it apprears to give me problems.
the command I use is this:
in dmesg I get:I am sure that the sharename, my username and my password are correct, as I use the same when I connect the Time Capsule with Finder on my Macbook Air.
I did try to make changes to the mount-command:
now dmesg is reporting this:this is what nmap says:hopefully, you can help me with this problem.
back than, I had Debian 10 - buster on my server.
now, almost 4 years later, I am running Debian 12 - bookworm, fully updated.
I did not mount my Time Capsule for a long time, but now it apprears to give me problems.
the command I use is this:
Code:
fred44nl@Debian:~$ sudo mount.cifs //192.168.1.2/TimeCapsule /media/TimeCapsule -o vers=1.0,_netdev,user=fred44nl,pass=xxxxxx,rw,iocharset=utf8,sec=none 0 0Retrying with upper case share namemount error(6): No such device or addressRefer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)fred44nl@Debian:~$
Code:
[520241.361295] CIFS: VFS: Use of the less secure dialect vers=1.0 is not recommended unless required for access to very old servers[520241.363054] CIFS: Attempting to mount \\192.168.1.2\TIMECAPSULE[520241.371934] CIFS: VFS: cifs_mount failed w/return code = -6
I did try to make changes to the mount-command:
Code:
fred44nl@Debian:~$ sudo mount.cifs -v ver=1.0 //192.168.1.2/TimeCapsule /media/TimeCapsule -o user=fred44nl,pass=xxxxx,rw,uid=1000,iocharset=utf8,sec=none 0 0Couldn't chdir to //192.168.1.2/TimeCapsule: No such file or directory
Code:
[531074.484480] CIFS: Attempting to mount \\192.168.1.2\TimeCapsule[531074.485817] CIFS: VFS: \\192.168.1.2 SMB response too short (35 bytes)[531074.487494] CIFS: VFS: cifs_mount failed w/return code = -112
Code:
fred44nl@Debian:~$ nmap -p 445 192.168.1.2 -P0Starting Nmap 7.93 ( https://nmap.org ) at 2024-08-21 23:14 CESTNmap scan report for 192.168.1.2Host is up (0.00059s latency).PORT STATE SERVICE445/tcp open microsoft-dsNmap done: 1 IP address (1 host up) scanned in 0.08 seconds
Statistics: Posted by fred44nl — 2024-08-22 08:48 — Replies 0 — Views 21