jmtpfs
FUSE-based filesystem for accessing MTP devices.
- Mount an MTP device to a directory:
jmtpfs {path/to/directory}
jmtpfs -o {allow_other,auto_unmount} {path/to/directory}
- List available MTP devices:
jmtpfs --listDevices
- If multiple devices are present, mount a specific device:
jmtpfs -device={bus_id},{device_id} {path/to/directory}
fusermount -u {path/to/directory}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).