How can I implement filesharing via apple´s afp protocol on an arch-linux box? My system should serve files to multiple clients with different operating systems. (Windows {XP,7},OS X) For the Windows part I installed Samba.
|
Here are directions for setting up a Linux AFP Server But why not use Samba for both? Linux, Windows, and Mac all support CIFS (aka SMB, what Samba serves). | |||
feedback
|
|
Also, look into using NFS. You may get greater performance and reliability with that. I certainly don't like running it CIFS, unless i'm forced too. I see you running a windows machine there, you'll have to use samba for this. Support for other network file systems is flaky at best. | |||
|
feedback
|
|
The only program that I know of is netatalk. But as others have mentioned, your OS X clients can mount smb shares as well. | |||
|
feedback
|