Skip to content

Instantly share code, notes, and snippets.

@rishirdua
Created February 1, 2015 09:24
Show Gist options
  • Save rishirdua/e6e4890a23f40026e866 to your computer and use it in GitHub Desktop.
Save rishirdua/e6e4890a23f40026e866 to your computer and use it in GitHub Desktop.
mount Android phone on Ubuntu
#append this to ~/.bashrc to mount android phone using alias "android-connect"
alias android-connect="mtpfs -o allow_other /media/phone"
alias android-disconnect="fusermount -u /media/phone"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment