LinuxCommandLibrary

jmtpfs

FUSE filesystem for accessing MTP devices like Android phones

TLDR

Mount MTP device to directory

$ jmtpfs [mountpoint]
copy
Mount with specific device
$ jmtpfs -device=[bus],[dev] [mountpoint]
copy
List available MTP devices
$ jmtpfs -l
copy
Unmount MTP device
$ fusermount -u [mountpoint]
copy

SYNOPSIS

jmtpfs [options] [mountpoint]

DESCRIPTION

jmtpfs is a FUSE filesystem for accessing MTP (Media Transfer Protocol) devices like Android phones, tablets, and media players. It uses libmtp and allows mounting MTP devices as regular filesystems for file transfer operations.

PARAMETERS

-l

List available MTP devices.
-device=bus,dev
Specify device by bus and device number.
-o options
Pass FUSE mount options.

SEE ALSO

fusermount(1), mtpfs(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community