Martin Pärtel

Results 99 comments of Martin Pärtel

The FUSE library might talks to the kernel over some kind of socket, so a protocol error there being signalled with a "network error" might make sense. Compiling bindfs manually...

Thanks for the thorough logs. I still don't have a solid explanation for why the error code is -50 instead of the -93 that bindfs returns to FUSE. The function...

Thanks! Strange, not sure what's wrong with setting xattrs. I didn't see any setxattr calls in your debug log. Would you like to investigate that further or shall I put...

Great, thanks! I added the options you mentioned to the man page and the readme and released 1.12.7.

Thanks! I'll try to find time to take a proper look and add `-o direct_io` soon.

Thanks, for the patch! Applied with minor modifications and `--direct_io` -> `--direct-io` for consistency. `/proc/self` works that way because it's the bindfs process that's reading the underlying `proc`. It'd need...

^ actually, opted to make direct_io the default.

Good to know, thanks!

This would be neat, but I don't have time to do it unfortunately.