phatina / simple-mtpfs

Simple MTP fuse filesystem driver.
GNU General Public License v2.0
371 stars 45 forks source link

Zune access partial - no file transfer, no directory management #74

Open jamesdavidhoward opened 4 years ago

jamesdavidhoward commented 4 years ago

Attempting use of simple-mtpfs on Fedora Linux (version info below). Initial connection to the "Zune 8GB" successful, using ~/.mtpz-data to authenticate, using command line:

$ simple-mtpfs -d --device 1 /mnt/Zune -o rw,enable-move,\
> allow_other,noforget,nonempty,uid=7445,gid=100

Encouraging; can cd to dirs within device, can ls to see files & other dirs, can rm individual files; command flag -d(ebug) shows mtp LOOKUP, OPENDIR, READDIR, RELEASEDIR , UNLINK, FORGET operations & args, concluding with success messages.

However, command line commands that alter directory structure, create, read or move files all fail:

Version info: On Fedora 31 x86_64, using: simple-mtpfs v. 0.2 FUSE library version: 2.9.9 fusermount version: 2.9.9 using FUSE kernel interface version 7.19

Note: the separately-installed tool gMTP (ver. 1.3.3):

Any command-line usage / options I'm using incorrectly? Any way to get more debug information about access rights interpretation, etc.?