Updated: 20-06-2013 (ddmmyyyy ofcourse..)
- - Added Read/Write setting
Netatalk is the file server I use to connect my Mac.
More info: http://netatalk.sourceforge.net/
Installation:
Code: Select all
sudo apt-get update
sudo apt-get install netatalk
Code: Select all
sudo /etc/init.d/netatalk stop
sudo nano /etc/netatalk/AppleVolumes.default
Code: Select all
~/ "Home Directory"
Then it looks like this:
Code: Select all
~/ "Home Directory"
/media "Media"
/mnt "Mount"

Code: Select all
rw
Code: Select all
:DEFAULT: options:upriv,usedots,tm
Start Netatalk again with: sudo /etc/init.d/netatalk start
Make sure the user you login with from your Mac has access tot the folder you are sharing on your Pi. Start with just the default Home Directory and take it from there.
The Pi will show up in Finder on your Mac, it usually takes 10 seconds for my Pi to show up after I restart Netatalk.
When you see it in Finder, select it in the Navigation Pane and use the button "Connect As.."
If it doesn't show up, feel free to use the Connect to Server function in finder and use the IP of the Pi. (hihi, funny, the ip of the pi).
You need to use the credentials of an existing user on your Pi. I've used the default user Pi and that's working fine.
That's all folks!
ps. For 'Raspberry to Raspberry' file sharing I use NFS and that's working great.