Martin Pärtel
Martin Pärtel
Support for statx instead of stat in order to add support for creation time for the files and folder
I'm sorry to say this is not currently possible. 1. As far as I can tell, FUSE doesn't support `statx`, so bindfs has no way to return `btime` to the...
Unfortunately I don't have a mac so I can't debug that myself. Does bindfs'ing the entire Steam.app work? How about copying Steam.app to a bindfs'ed directory?
OS X might handle extended attributes differently from Linux, and that might cause this problem. Unfortunately I don't have a more specific guess. Check that your `./configure` output contains: ```...
The `l` variants are linux-specific so that is ok. osxfuse does introduce some OS X -specific extensions. I suspect that bindfs should somehow use those on OS X. Perhaps I'll...
Bindfs could fairly easily be made to show directories that have a submount on them as empty, but if we want bindfs to show what's "underneath" a submount, then I...
Strange, when I try it on Ubuntu 13.10, I get a "Transport endpoint is not connected" instead of "Permission denied". I don't know much about namespaces but I wouldn't be...
I don't realistically see myself doing this any time soon, but I'd be happy to review a PR for it if someone really wants this feature. I'm not sure how...
OpenVINO does not support Python 3.10. 3.9 works.
It should now build with the latest git master, but I've not tested it properly yet.
That kind of basic usage works for me in an OpenBSD 7.1 VM. You can try `bindfs -d ...` to have it stay in the foreground and print some debug...