This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

Simple-mtpfs

From Gentoo Wiki (test)
Jump to:navigation Jump to:search
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