Skip to content

Instantly share code, notes, and snippets.

@raghothams
Last active December 19, 2015 10:19
Show Gist options
  • Save raghothams/5939246 to your computer and use it in GitHub Desktop.
Save raghothams/5939246 to your computer and use it in GitHub Desktop.
Mount & unmount android 4+ on linux
mkdir ~/android
mtp-detect
mtpfs ~/android
#to unmount
fusermount -u ~/android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment