Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

mount an AFP share on Bullseye?

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
Herve5
Posts: 10
Joined: 2019-02-21 08:59
Location: France

mount an AFP share on Bullseye?

#1 Post by Herve5 »

Hello,

Being on Testing/Bullseye I wish to index an AFP share containing thousand of pictures. (the server is a relatively old WD 'mycloud' that has been fine for years)
I do see the share through Thunar, with addresses like afp://myself@thatserver.local/... but neither my indexing software (Recoll) nor my pic viewers can access it directly, it needs to be mounted.

Now, for AFP mounting I seem to find only fossil discussions here and there, all mentioning packages that do not belong to Bullseye repos, and moreover require absent dependencies too. I scanned this very forum for "AFP" and surprisingly didn't find posts ; and not even Fuse seems to handle it easily (?)

Is there a reasonable way to manage afp mounting for my basic user's Debian?

Thank you!!
Hervé
--
Hervé S.

CwF
Global Moderator
Global Moderator
Posts: 2638
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 41 times
Been thanked: 192 times

Re: mount an AFP share on Bullseye?

#2 Post by CwF »

I've banned apple products, so I have no idea...so I ask

Code: Select all

@bullseye:~$  locate afp
/usr/lib/gvfs/gvfsd-afp
/usr/lib/gvfs/gvfsd-afp-browse
/usr/libexec/gvfsd-afp
/usr/libexec/gvfsd-afp-browse
/usr/share/gvfs/mounts/afp-browse.mount
/usr/share/gvfs/mounts/afp.mount
/usr/share/nmap/nselib/afp.lua
/usr/share/nmap/scripts/afp-brute.nse
/usr/share/nmap/scripts/afp-ls.nse
/usr/share/nmap/scripts/afp-path-vuln.nse
/usr/share/nmap/scripts/afp-serverinfo.nse
/usr/share/nmap/scripts/afp-showmount.nse

Herve5
Posts: 10
Joined: 2019-02-21 08:59
Location: France

Re: mount an AFP share on Bullseye?

#3 Post by Herve5 »

Thank you CwF!
I have abandoned all Apple products too, but this NAS is very old, containing thousands of photos, and formated this way because indeed years ago I was on Apple...
Here is what I get with the same 'locate' request (in short : nothing comparable to your 'nmap' series) :

Code: Select all

~$ locate afp
/etc/firejail/leafpad.profile
/home/timeshift/snapshots/2020-06-17_10-00-01/localhost/etc/firejail/leafpad.profile
...(then a lot of Timeshift backup snapshots)
/usr/lib/gvfs/gvfsd-afp
/usr/lib/gvfs/gvfsd-afp-browse
/usr/libexec/gvfsd-afp
/usr/libexec/gvfsd-afp-browse
/usr/share/gvfs/mounts/afp-browse.mount
/usr/share/gvfs/mounts/afp.mount
/usr/share/man/ja/man1/afppasswd.1.gz
/usr/share/man/ja/man5/afpd.conf.5.gz
/usr/share/man/ja/man8/afpd.8.gz
--
Hervé S.

Post Reply