Simple-mtpfs

Resources

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

Mount:

user $mkdir ~/AndroidDevice
user $simple-mtpfs ~/AndroidDevice

Unmount:

user $fusermount -u ~/AndroidDevice
This article is issued from Gentoo. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.