diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2015-03-12 21:57:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-12 21:57:10 +0700 |
commit | 0f7e9ca061ea77e4671b84e74c65ae3f2e10daba (patch) | |
tree | 54ff507427087901dfe173c532163b16e10eeac9 /system/jmtpfs/README | |
parent | 924447e06e93f242aa1f8e2e49530033257c2d92 (diff) | |
download | slackbuilds-0f7e9ca061ea77e4671b84e74c65ae3f2e10daba.tar.gz |
system/jmtpfs: Added (FUSE and libmtp based filesystem).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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. |