hanwen / go-mtpfs

Mount MTP devices over FUSE
Other
683 stars 85 forks source link

Connection drops after a while #160

Open juliangilbey opened 2 years ago

juliangilbey commented 2 years ago

As reported in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=922381 the mounted filesystem often just disappears after a while. This happens on multiple systems with multiple different phones; it is unclear where the source of the problem lies.

mnalis commented 2 years ago

Does using go-mtpfs -usb-timeout 10000 perhaps help?

Are there any errors printed when it stops working? If not, perhaps running with -debug usb,mtp might print some info?

juliangilbey commented 2 years ago

Thanks @mnalis! I'll pass this on to the original bug reporters and ask them to try this.