Skip to content

Instantly share code, notes, and snippets.

@cedced19
Created May 30, 2015 10:00
Show Gist options
  • Save cedced19/019420ff32627e5e5da2 to your computer and use it in GitHub Desktop.
Save cedced19/019420ff32627e5e5da2 to your computer and use it in GitHub Desktop.
A guide to use a harddrive with raspberry pi.

See hardrive connected:

fdisk -l

To mount:

cd /
mkdir harddrive
sudo mount -t auto /dev/sda1 /harddrive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment