For some reason my external drives were not showing up in OSX Finder - the raspberry pi was but not anything else - but managed to fix it by doing:
sudo apt-get update
sudo apt-get install netatalk
sudo /etc/init.d/netatalk stop
sudo nano /etc/netatalk/AppleVolumes.default
Now go all the way down (ctrl-v) and you see:
~/ "Home Directory"
add:
/media "External Drives"
Add this to the line starting with DEFAULT: rw
CTRL X, Y, enter
sudo /etc/init.d/netatalk start
Sorted.
@photoben started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
For some reason my external drives were not showing up in OSX Finder - the raspberry pi was but not anything else - but managed to fix it by doing:
sudo apt-get update
sudo apt-get install netatalk
sudo /etc/init.d/netatalk stop
sudo nano /etc/netatalk/AppleVolumes.default
Now go all the way down (ctrl-v) and you see:
~/ "Home Directory"
add:
/media "External Drives"
Add this to the line starting with DEFAULT:
rw
CTRL X, Y, enter
sudo /etc/init.d/netatalk start
Sorted.