-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

jmtpfs


> FUSE-based filesystem for accessing MTP devices.

More information.


Mount an MTP device to a directory:

jmtpfs {path/to/directory}

Set mount options:

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}

Unmount MTP device:

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).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 18:56:10 2024