You are reading a single comment by @photoben and its replies. Click here to read the full conversation.
  • 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.

About

Avatar for photoben @photoben started