Skip to content

Instantly share code, notes, and snippets.

@elliot42
Created May 29, 2014 10:41
Show Gist options
  • Save elliot42/5e48f96099f9bba2e79d to your computer and use it in GitHub Desktop.
Save elliot42/5e48f96099f9bba2e79d to your computer and use it in GitHub Desktop.
mount USB drive
sudo mount -t vfat /dev/YOUR_THING_HERE /media/external -o uid=1000,gid=1000,utf8,dmask=027,fmask=177
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment