Han-Wen Nienhuys

Results 206 comments of Han-Wen Nienhuys

StatFS is "intended" to be flaky - it checks StatFS through fuse against the real StatFS. If you have a background process that uses space on the partition it can...

there is little we can do here. the mtp library is asking for a new session, and then the device doesn't return in time. Does this work with other software...

are you using FUSE or just the MTP part ? what kind of progress do you want (console, graphics)? Should it be timed (every 100ms) or by throughput (say every...

the MTP library already does the chunking. You just have to add a callback there. If you want timed output, add a `GetCount() uint64` function and call that on a...

`/usr/bin/fusermount: failed to access mountpoint /mnt/phone: Transport endpoint is not connected` are you trying to mount in place where a previous mount already exists? Try mounting on a freshly created...

I think this is the message if OSX FUSE is not isntalled. Can you confirm that you have some FUSE FS mounted?

you should be able to build it if you clone go-mtpfs, and build inside the dir, as it is using modules these days.

You should use a Go version that supports. On Fri, Apr 24, 2020 at 7:16 AM anhofmann wrote: > I executed "go build ./" inside the cloned repo: > main.go:15:2:...