You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jmtpfs lists directories much slower than go-mtpfs and simple-mtpfs, sometimes over 50 seconds in directories with only one child. The same directories tend to be affected every time for me.
This is especially unfortunate, because jmtpfs reads files the fastest of all of the clients I’ve tried so far.
$ cd /mnt/phone
$ time ls
'Internal shared storage'
ls --color=tty 0.00s user 0.00s system 1% cpu 0.097 total
$ cd Internal\ shared\ storage
$ time ls
Alarms Android Audiobooks DCIM Documents Download Movies Music Notifications Pictures Podcasts Recordings Ringtones
ls --color=tty 0.00s user 0.00s system 0% cpu 1.093 total
$ cd DCIM
$ time ls
Camera
ls --color=tty 0.00s user 0.00s system 0% cpu 54.539 total
jmtpfs lists directories much slower than go-mtpfs and simple-mtpfs, sometimes over 50 seconds in directories with only one child. The same directories tend to be affected every time for me.
This is especially unfortunate, because jmtpfs reads files the fastest of all of the clients I’ve tried so far.
The text was updated successfully, but these errors were encountered: