README 606 B

1234567891011121314
  1. mtpfs (mount MS Media Transport Protocol devices as a filesystem)
  2. MTPfs is a FUSE filesystem that supports reading and writing from any
  3. MTP device, as supported by libmtp. MTPfs includes extra features such
  4. as playlist and meta information support for MP3 players.
  5. Quickstart:
  6. - Ensure your user is in the "audio" group
  7. - Create a directory to use as a mount point (e.g. "mkdir ~/mtp")
  8. - Set media device to MTP mode, if necessary
  9. - Plug media device into USB port
  10. - Run mtpfs with the mount point as an argument (e.g. "mtpfs ~/mtp")
  11. - See /usr/doc/mtpfs-*/README and "mtpfs --help" for more information