diff options
Diffstat (limited to 'system/jmtpfs/README')
-rw-r--r-- | system/jmtpfs/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/jmtpfs/README b/system/jmtpfs/README new file mode 100644 index 0000000000..d43b1a7ac3 --- /dev/null +++ b/system/jmtpfs/README @@ -0,0 +1,10 @@ +jmtpfs is a FUSE and libmtp based filesystem for accessing MTP +(Media Transfer Protocol) devices. It was specifically designed +for exchaning files between Linux (and Mac OS X) systems and +newer Android devices that support MTP but not USB Mass Storage. + +The goal is to create a well behaved filesystem, allowing tools +like find and rsync to work as expected. MTP file types are set +automatically based on file type detection using libmagic. +Setting the file appears to be necessary for some Android apps, +like Gallery, to be able to find and use the files. |