jmtpfs
jmtpfs copied to clipboard
du -sh returns "0".
``` ‰ jmtpfs -o auto_unmount -d ~/mnt/mtp Device 0 (VID=2717 and PID=ff40) is a Xiaomi Mi-2s (id2) (MTP). Android device detected, assigning default bug flags FUSE library version: 2.9.9 nullpath_ok:...
Hi, this is maybe already reported by others, but I ran `jmtpfs` for the second time. I actually thought `jmtpfs -u $DIR` will unmount it. It does not but moreover,...
MtpErrorCantOpenDevice exception is thrown from MtpDevice::MtpDevice() and this causes crash/coredump. This can be triggered on a Samsung S7 and on a desktop with KDE). Fix: add exception handler to exit...
``` sid@unstable:~$ jmtpfs /tmp/android Device 0 (VID=04e8 and PID=6860) is a Samsung Galaxy models (MTP). error returned by libusb_claim_interface() = -6LIBMTP PANIC: Unable to initialize device terminate called after throwing...
``` $ jmtpfs Device 0 (VID=04e8 and PID=6860) is a Samsung Galaxy models (MTP). error returned by libusb_claim_interface() = -6LIBMTP PANIC: Unable to initialize device terminate called after throwing an...
fix brainfart.
I have been using jmtpfs successfully on Kubuntu 19.10. Now today it failed to mount Device 0 (VID=04e8 and PID=6860) is a Samsung Galaxy models (MTP). error returned by libusb_claim_interface()...
I've found a branch called "speedup" at some forks: https://github.com/mar0x/jmtpfs/tree/speedup https://github.com/hackintosh-stuff/jmtpfs/tree/speedup Did anybody test these? How much "speedup" are we talking about there?
Thanks for the work, I need a utility like this for some work I'm doing! However when I attempt to use it (sudo jmtpfs ~/mtp) , I get the following...