Created
February 3, 2020 17:41
-
-
Save jvcleave/0373645973c100aba3955b046fa09cad to your computer and use it in GitHub Desktop.
netatalk rpi root
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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