

Note: this assumes your USB hard drive is $ sudo mkfs.hfsplus /dev/sda2 -v TimeMachineĬreate mount $ sudo mkdir /media/tm & sudo chmod -R 777 /media/tm & sudo chown pi:pi /media/tmĭetermine the UUID of your USB hard drive $ ls -lha /dev/disk/by-uuid This will erase all data on the USB hard drive.
Install netatalk raspberry pi install#
Install hfsutils & $ sudo apt-get install hfsutils hfsprogsįormat USB hard drive to hfsplus. Run raspi-config to make any changes you want like changing hostname $ sudo raspi-configĪnd update your $ sudo apt-get update & sudo apt-get upgrade -y Setup USB Hard drive Login to your Pi via SSH or old school with a keyboard & monitor. Depending on your setup, you can either set the Pi to have a manual ip address or have your router assign a static IP address. Next set a static IP address for your Raspberry Pi. Insert the SD card into the Pi, plug in the USB hard drive, plug in a network cable, and power on the Pi. Follow the instructions on the Installing images tutorial on the Raspberry Pi site. Install Raspbian Buster Lite on the SD card.

Updated after comments from AlexWiseman & Nick
