Martin Pärtel

Results 99 comments of Martin Pärtel

Thanks for bringing these up. TL;DR: some of them are unnecessary but some would certainly be useful to implement. I might do so later this week, but PRs are also...

Thanks for this and #49. I do have some interest in supporting these older systems, and it shouldn't be too burdensome long-term since bindfs doesn't change very often. No promises,...

In #99 a similar issue was solved by reinstalling macfuse via homebrew. Does that help?

Yeah, sorry, I have very little time to work on bindfs these days :disappointed: It seems unrealistic, possibly even technically impossible with FUSE, to make bindfs emulate magic filesystems like...

I'm afraid this cannot be done easily. I'm not sure how reliably you can get notifications over NFS, but even if that part is OK, FUSE doesn't seem to have...

Actually there may be a horrible hack that makes this particular use case work. We could add an option that emulates some inotify events as it sees them in the...

Sadly no progress. I did spend some time on it but I found no way to avoid the recursion that happens when bindfs opens a file inside itself. The sequence...

I'm not aware of any way to ignore them without unsetting them, and I'd be reluctant to add the feature to unset them temporarily as you suggested, since it sounds...

Oh, sorry, looks like I got fixated on append-only for no good reason. I'm still struggling to think of scenarios where auto-unset or unset-reset is clearly better than just unsetting...