How to Share Files Between Mac OSX and Raspberry Pi
by paulopine in Circuits > Raspberry Pi
78590 Views, 43 Favorites, 0 Comments
How to Share Files Between Mac OSX and Raspberry Pi
What we are going to use is the Netatalk
Installation
Installation:
sudo apt-get update
sudo apt-get install netatalk
Configuration
-Stop the service:
sudo /etc/init.d/netatalk stop
-Open the configuration file:
sudo nano /etc/netatalk/AppleVolumes.default
-You can edit the mount folder if you wish or leave the default value:
~/ "Home Directory"
-Start the service again
sudo /etc/init.d/netatalk start
Open the Finder
Open the Finder on your mac and you will be able to see the raspberry pi with a few seconds in the Navigation Pane.
Use the button "Connect As..." at the right top of the Finder.