Simple-mtpfs
From Gentoo Wiki
Simple MTP FUSE filesystem driver written in C++.
Installation
Kernel
See the MTP meta article or the FUSE article for instructions on enabling FUSE support in the Linux kernel.
Emerge
Install sys-fs/simple-mtpfs:
root #
emerge --ask sys-fs/simple-mtpfs
Usage
user $
mkdir ~/AndroidDevice
user $
simple-mtpfs ~/AndroidDevice
Unmount:
user $
fusermount -u ~/AndroidDevice