Skip to content

Instantly share code, notes, and snippets.

@tk120404
Created August 15, 2014 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tk120404/5dda233e31a65898d500 to your computer and use it in GitHub Desktop.
Save tk120404/5dda233e31a65898d500 to your computer and use it in GitHub Desktop.
Mount usb in raspberrpi
sudo blkit
sudo mount -t vfat -o defaults,user,exec,uid=1000,gid=100,umask=000,rw /dev/sda1 /mnt/usb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment