Skip to content

Instantly share code, notes, and snippets.

@thiamteck
Created January 24, 2013 16:37
Show Gist options
  • Save thiamteck/4624687 to your computer and use it in GitHub Desktop.
Save thiamteck/4624687 to your computer and use it in GitHub Desktop.
Format and Mount USB Flash Drive on Raspberry Pi
sudo mke2fs -t ext3 /dev/sda1
sudo mount -t ext3 /dev/sda1 /media/usbflash/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment