Forrest logo
back to context overview

jmtpfs

List of commands for jmtpfs:

  • jmtpfs:tldr:00111 jmtpfs: Set mount options.
    $ jmtpfs -o ${allow_other,auto_unmount} ${path-to-directory}
    try on your machine
    explain this command
  • jmtpfs:tldr:0fc0e jmtpfs: List available MTP devices.
    $ jmtpfs --listDevices
    try on your machine
    explain this command
  • jmtpfs:tldr:1020c jmtpfs: Mount an MTP device to a directory.
    $ jmtpfs ${path-to-directory}
    try on your machine
    explain this command
  • jmtpfs:tldr:1088b jmtpfs: If multiple devices are present, mount a specific device.
    $ jmtpfs -device=${bus_id},${device_id} ${path-to-directory}
    try on your machine
    explain this command
back to context overview