Exploring building a tiny FUSE filesystem
Posted by shayonj 4 days ago
Comments
Comment by fweimer 1 day ago
What I found funny when I discovered it is that you can create a thread in the same process that provides the FUSE file system implementation for this very process. It makes it much easier to write certain tests, especially debugging. We had to teach valgrind that more system calls effectively perform callbacks into the same process, but fortunately valgrind already had a FUSE_COMPATIBLE_MAY_BLOCK mechanism for that.
Comment by rigonkulous 1 day ago
It used to be you had to wade through massive logs though, if you don't get things quite tweaked - but in the AI/ML agent sense of things these days, just describe what you need, FUSE the right nodes, and run the bpf scripts, yo ..
Comment by oakinnagbe 2 days ago
Comment by beratbozkurt0 2 days ago
Comment by rigonkulous 1 day ago
FUSE is immensely useful, also. Its the front-/back- door to a lot of things. There's only a few steps left to a tiny crypto-stack, hosted on top of it ..
Comment by beratbozkurt0 1 day ago
Comment by direwolf20 1 day ago
Comment by mickael-kerjean 1 day ago
Comment by scorpioxy 2 days ago
Comment by oakinnagbe 2 days ago
Comment by timcambrant 2 days ago
Comment by rigonkulous 1 day ago
Comment by endofreach 2 days ago