/media/bill/SWAPPER/System_maintenance/Linux/MTP cell files - fmtpfs and fusermount notes.txt www.BillHowell.ca 10Jun2019 initial Samsung G4 : USB PC connection Media device (MTP) Allows you to transfer media files in Windows, or using Android file transfer on a Mac (see www.android.com/filetransfer) >> nyet - just mac computers? Android File Transfer ****************** 10Jun2019 ******************* 10Jun2019 How to Access Your Samsung Galaxy S's Files http://www.wikihow.com/Access-Your-Samsung-Galaxy-S%27s-Files Using Your Computer Open the Settings app on your Galaxy S. Tap "Wireless and network". Select "Mass Storage" from the list of ways to connect. Plug your Samsung Galaxy S into your computer using a USB Settings -> More -> Developer Options >> I turned off "USB debugging" mode ******************* JMTPFS(1) General Commands Manual JMTPFS(1) NAME jmptfs - FUSE based filesystem for accessing MTP devices SYNOPSIS jmtpfs [options] MOUNTPOINT DESCRIPTION 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(1) and rsync(1) to work as expected. MTP file types are set automatically based on file type detection using libmagic(3). Setting the file type is necessary for some Android applications, like Gallery, to be able to find and use the files uploaded to the device. USAGE For regular use, simply specifying a MOUNTPOINT will have the first available MTP device mounted under it. Mounted devices should be unmounted using fusermount -u MOUNTPOINT (see fusermount(1) for more details). Note: most (if not all) Android phones have to be unlocked when first accessed over MTP; if you get an input/output error on the mountpoint, unlock the phone and retry. OPTIONS jmtpfs accepts the following options: -h Show summary of options. -V, --version Show the program version. -l, --listDevices List all available MTP devices. -device=, Specify the device to mount. If unspecified, the first device found is used. In addition to these options, all options supported by fuse(8) are available. See jmtpfs -h for more inforā€ mation. SEE ALSO fuse(8), fusermount(1) AUTHORS jmtpfs was written by Jason Ferrara . This manual page was written by Apollon Oikonomopoulos , for the Debian project (but may be used by others). May 30, 2013 JMTPFS(1) ******************* fuse(8) System Manager's Manual fuse(8) NAME fuse - format and options for the fuse file systems DESCRIPTION FUSE (Filesystem in Userspace) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. FUSE also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. CONFIGURATION Some options regarding mount policy can be set in the file /etc/fuse.conf. Currently these options are: mount_max = NNN Set the maximum number of FUSE mounts allowed to non-root users. The default is 1000. user_allow_other Allow non-root users to specify the allow_other or allow_root mount options (see below). ******************* FUSERMOUNT(1) Filesystem in Userspace (FUSE) FUSERMOUNT(1) NAME fusermount - unmount FUSE filesystems SYNOPSIS fusermount [OPTIONS] MOUNTPOINT DESCRIPTION Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. fusermount is a program to unmount FUSE filesystems. OPTIONS -h print help. -V print version. -o OPTION[,OPTION...] mount options. -u unmount. -q quiet. -z lazy unmount. SEE ALSO mount(8), mount.fuse(8), ulockmgr_server(1). HOMEPAGE More information about fusermount and the FUSE project can be found at . AUTHOR FUSE was written by Miklos Szeredi . This manual page was written by Daniel Baumann . 2.8.6 2011-10-23 FUSERMOUNT(1) # enddoc