Comment on Could I just create my own drive format?
brucethemoose@lemmy.world 1 week ago
FYI you might be interested in WinBTRFS:
Which is basically what you are describing: shoehorning support for a new file system into Windows.
Linux also has all sorts of exotic and special purpose filesystem, like swap on spare GPU VRAM, software managed SSD stacks and such.
jonne@infosec.pub 1 week ago
There’s also ways to support ext3-4 on windows as well. And FUSE is also very interesting as it shows you what kind of esoteric stuff can be mapped onto a fake file system.