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.