mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
00b73aa569
Co-authored-by: Lena Pastwa <lena@lnps.me>
471 B
471 B
simple-mtpfs
Mount MTP devices (like Android phones) as a filesystem using FUSE. More information: https://manned.org/simple-mtpfs.
- List available MTP devices:
simple-mtpfs {{[-l|--list-devices]}}
- Mount a device to a directory:
simple-mtpfs {{mount_point}}
- Mount a specific device to a directory (useful when multiple devices are connected):
simple-mtpfs --device {{number}} {{mount_point}}
- Unmount the filesystem:
umount {{mount_point}}