Simple-mtpfs

From Gentoo Wiki
Jump to:navigation Jump to:search
This article is a stub. Please help out by expanding it - how to get started.
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