首页

Ask HN: Creative/interesting FUSE filesystems?

5 点作者 alhirzel超过 3 年前
What are the most creative uses of FUSE [1] filesystems that you&#x27;ve seen?<p>[1] https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Filesystem_in_Userspace

2 条评论

the_only_law超过 3 年前
I thought about using FUSE while I was attempting to reverse engineer a proprietary file system that was on floppies for an old ISDN analyzer.<p>For context I wanted to try to reverse engineer some do the programs on the floppies, but being a proprietary file system, but obviously couldn’t browse the files normally. I loaded some of the floppies into a hex editor and tried to analyze them. I did manage to find some patterns, including a header and file table, but upon not a particularly good reverse engineer and failed to recognize some seemingly random bytes sequences that would slightly differ between floppies. I do remember it seeming incredibly primitive and figured if I ever cracked it, I could use FUSE to implement and then mount the file system and browse the files normally.<p>Sadly I never fully completed my reverse engineering, but it seemed like a decent job for FUSE.
linkdd超过 3 年前
<a href="https:&#x2F;&#x2F;github.com&#x2F;philipl&#x2F;pifs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;philipl&#x2F;pifs</a><p>If we find a way to compute Pi&#x27;s decimals quickly enough, this FS will become the next big thing :)