Scroll to navigation

SIMPLE-MTPFS(1) User Commands SIMPLE-MTPFS(1)

NAME

SIMPLE-MTPFS - filesystem driver for MTP based devices

SYNOPSIS

mounting

unmounting

DESCRIPTION

SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a file system for Linux (and other operating systems with a FUSE implementation, such as Mac OS X or FreeBSD) capable of operating on files on MTP devices attached via USB to local machine. On the local computer where the SIMPLE-MTPFS is mounted, the implementation makes use of the FUSE (Filesystem in Userspace) kernel module. The practical effect of this is that the end user can seamlessly interact with MTP device files.

OPTIONS

general options:

mount options
print help
print version

SIMPLE-MTPFS options:

list available MTP devices. Supports <device> option
select device no. to mount
enable move operation, which can be very slow (depends on the moved content)

FUSE options:

enable debug output (implies -f)
foreground operation
disable multi-threaded operation
allow access to other users
allow access to root
allow mounts over non-empty file/dir

-o default_permissions enable permission checking by kernel

set filesystem name
set filesystem type
issue large read requests (2.4 only)
set maximum size of read requests
immediate removal (don't hide files)
let filesystem set inode numbers
try to fill in d_ino in readdir
use direct I/O
cache files in kernel
enable caching based on modification times
set file permissions (octal)
set file owner
set file group
cache timeout for names (1.0s)
cache timeout for deleted names (0.0s)
cache timeout for attributes (1.0s)
auto cache timeout for attributes (attr_timeout)
allow requests to be interrupted
signal to send on interrupt (10)
names of modules to push onto filesystem stack
set maximum size of write requests
set maximum readahead
perform reads asynchronously (default)
perform reads synchronously

AUTHORS

SIMPLE-MTPFS has been written by Peter Hatina <phatina@gmail.com>.

January 2015 SIMPLE-MTPFS version 0.2