-
Notifications
You must be signed in to change notification settings - Fork 100
Installing Netatalk on Fedora Linux
The easiest way to get Netatalk on Fedora is to install the netatalk RPM package with dnf
.
sudo dnf install --assumeyes netatalk
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.
If you did an in-place upgrade from Fedora 40 to 41, you may have to update your PAM configuration to avoid an authentication error. See issue#1807 for further details.
# 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
Retro AFP
Development