Mtp android mount

25,103

Setup this

sudo apt-get install mtpfs
sudo mkdir -m 775 /media/onex
sudo mtpfs -o allow_other /media/onex
gksudo gedit /etc/udev/rules.d/51-android.rules

and add the following line:

SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"

and then (back in terminal):

sudo service udev restart

More detailed guide and How to do it , chk this XDA Post

Share:
25,103

Related videos on Youtube

Jared
Author by

Jared

Updated on September 18, 2022

Comments

  • Jared
    Jared almost 2 years

    Using my Android Lg G2 I have been trying to mount via mtp and have not found an easy way. Does anyone have a simple solution to this problem?

    Edit: looking for a GUI application

  • Mephisto
    Mephisto over 6 years
    After the third line, one gets: Unable to open ~/.mtpz-data for reading, MTPZ disabled.Listing raw device(s) No raw devices found.