Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3200

System and Network configuration • Unable to mount Apple Time Capsule - again

$
0
0
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:

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:~$ 
in dmesg I get:

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 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:

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
now dmesg is reporting this:

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
this is what nmap says:

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
hopefully, you can help me with this problem.

Statistics: Posted by fred44nl — 2024-08-22 08:48 — Replies 0 — Views 21



Viewing all articles
Browse latest Browse all 3200

Trending Articles