Skip to content

Instantly share code, notes, and snippets.

@schnell18
Created May 10, 2014 08:44
Show Gist options
  • Save schnell18/d9dcd8a85975df77fb60 to your computer and use it in GitHub Desktop.
Save schnell18/d9dcd8a85975df77fb60 to your computer and use it in GitHub Desktop.
Mount the USB disk or SD card and grant write access to all users
sudo mount -o umask=0,uid=nobody,gid=nobody /dev/something /mnt/somewhere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment