Android Mount
Mar 7, 2017
Technology
The steps in Ubuntu includes:
$ sudo pacman -S pcmanfm mtpfs gvfs-mtp gvfs-gphoto2 libmtp
Edit the fuse configuration via:
$ sudo vim /etc/fuse.conf
user_allow_other
Mount the equipment to ~/mnt:
$ mkdir -p ~/mnt
$ mtpfs -o allow_other ~/mnt
Now open pcmanfm you will see the attached new android equipment.
Or now if you insert the android phone, the pcmanfm will automatically mount the equipment’s file system.