Last active
August 29, 2015 14:02
-
-
Save rmamba/2969669ec9b40fa13dbe to your computer and use it in GitHub Desktop.
raspberry pi USB mount
This file contains hidden or 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
#add this line for each USB drive | |
#format USB drive: sudo mkfs.ext4 /dev/sda1 -L untitled | |
UUID=uuid /mnt ext4 auto,rw,defaults 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment