Skip to content

Instantly share code, notes, and snippets.

@jvcleave
Created February 3, 2020 17:41
Show Gist options
  • Save jvcleave/0373645973c100aba3955b046fa09cad to your computer and use it in GitHub Desktop.
Save jvcleave/0373645973c100aba3955b046fa09cad to your computer and use it in GitHub Desktop.
netatalk rpi root
cd /
sudo -i
mkdir /rootfs
mount --bind / /rootfs
sudo nano /etc/fstab
add:
/ /rootfs none bind
edit
/etc/netatalk/afp.conf
[Data]
path = /rootfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment