Netatalk 3.x Setup: Difference between revisions

From Computers Wiki
Jump to navigationJump to search
(Create page)
(No difference)

Revision as of 20:53, 28 December 2021

/etc/netatalk/afp.conf

[Global]
uam list = uams_dhx2.so uams_dhx.so

[Homes]
basedir regex = /home

[Hunter]
path = /home/huntertur
read only = no

[Disk Images]
path = /mnt/extra/DiskImages

Notes

  • The first UAM is used for Mac OS X. The second is used for Mac OS 9.
  • You probably shouldn't serve this on the public internet.