No description
Find a file
Limor "Ladyada" Fried 0d091e18f3
Merge pull request #8 from jhartshorn/master
Added a delay before mkfs command to fix error "The file /dev/sda1 do…
2020-04-17 11:24:05 -04:00
debian v0.1.0 2015-06-08 16:20:41 -06:00
adafruit-pi-externalroot-helper Added a delay before mkfs command to fix error "The file /dev/sda1 does not exist and no size was specified." 2016-07-06 21:16:39 +01:00
LICENSE add MIT LICENSE 2015-04-13 03:26:08 +00:00
README.md additional comments / links 2015-04-13 06:12:36 +00:00

Adafruit-Pi-ExternalRoot-helper

A shell script for configuring an external USB drive as root filesystem on a Raspberry Pi running Raspbian. It's a companion to Using an External Drive as a Raspberry Pi Root Filesystem, which you should read first.

Using adafruit-pi-externalroot-helper

First, read the tutorial.

On a Raspberry Pi running Raspbian, with a USB-connected storage device you wish to use for your root filesystem:

git clone git@github.com:adafruit/Adafruit-Pi-ExternalRoot-Helper.git
cd Adafruit-Pi-ExternalRoot-Helper
sudo ./adafruit-pi-externalroot-helper -d /dev/sda

...where /dev/sda is the external USB you wish to use for a root filesystem.

Sources and Further Reading

This script is mostly an implementation of the process outlined in paulv's HOWTO: Move the filesystem to a USB stick on the Raspberry Pi forums, with additional help from the following sources:

Along with manual / info pages for: