Created
February 1, 2015 09:24
-
-
Save rishirdua/e6e4890a23f40026e866 to your computer and use it in GitHub Desktop.
mount Android phone on Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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