-
Notifications
You must be signed in to change notification settings - Fork 99
Installing Netatalk on Fedora Linux
The easiest way to get Netatalk on Fedora is to install the netatalk RPM package with dnf
.
For building and installing from source yourself, for instance to get a newer version, follow the guides linked here.
If you want to use Netatalk as an AppleTalk server, you may need to install the kernel-modules-extra
subpackage if not already present on your system.
Then you need to remove Fedora's default blacklist of the appletalk
kernel module.
This can be achieved by editing the following file and commenting out the line that says "blacklist appletalk".
/etc/modprobe.d/appletalk-blacklist.conf
This will allow Fedora to load the appletalk
kernel module.
Note: Do not delete this file. The system will simply recreate it at a later point.
Since Fedora 41, Netatatalk 4 is available as an rpm package, and can be installed with dnf or your favorite package manager.
sudo dnf install --assumeyes netatalk
Note that if you upgraded from Fedora 40 to 41, you may have to update your PAM configuration to avoid an authentication error. See issue#1807 for further details.
Check features and paths, using netatalk -V
and afpd -V
.
Edit /usr/local/etc/afp.conf
.
Ex:
[Global]
[Homes]
basedir regex = /home
[Test Volume]
path = /export/test1
[My Time Machine Volume]
path = /export/timemachine
time machine = yes
You should check the firewall. AFP's port number is 548
. Zeroconf's
port number is 5353
.
# systemctl enable netatalk
# systemctl start netatalk
Resources
- Getting Started
- FAQ
- Troubleshooting
- Connect to AFP Server
- Webmin Module
- Benchmarks
- Interoperability with Samba
OS Specific Guides
- Installing Netatalk on Alpine Linux
- Installing Netatalk on Debian Linux
- Installing Netatalk on Fedora Linux
- Installing Netatalk on FreeBSD
- Installing Netatalk on macOS
- Installing Netatalk on NetBSD
- Installing Netatalk on OmniOS
- Installing Netatalk on OpenBSD
- Installing Netatalk on OpenIndiana
- Installing Netatalk on openSUSE
- Installing Netatalk on Solaris
- Installing Netatalk on Ubuntu
Tech Notes
- Kerberos
- Special Files and Folders
- Spotlight
- MySQL CNID Backend
- Slow AFP read performance
- Limiting Time Machine volumes
- Netatalk and ZFS nbmand property
- DirCache redundant stat ops
Retro AFP
Development