Mount an AFP share from Linux
Linux AFP client
Download afpfs-ng from http://sourceforge.net/projects/afpfs-ng
sudo apt-get install libfuse-dev libreadline-dev ./configure make sudo make install sudo ldcondig
To mount:
mount_afp 'afp://brian:mypassword@babbage.local/ProjectEuler' /home/briane/workspace/ProjectEuler/
To unmount: (note that it's "unmount" with an "n" and not "umount" like the regular command for unmounting)
afp_client unmount /home/briane/workspace/ProjectEuler/