Mounting Your Android Phone In Linux
It can be a challenge to mount your Android phone (MTP device) in Linux if you have some strange files from your old Iphone. I needed to do it the hard way.
You need to install mtpfs and use this command: sudo mtpfs -o allow_other /media/android-device
OR: sudo jmtpfs -o allow_other ~/mnt
Last modified
2018-04-02
- Log in to post comments