Ask HN: Resources for Writing Linux Filesystems?

by aalhouron 10/5/2023, 8:55 PMwith 2 comments

Where can I begin learning how to write Linux filesystems?

by grantshon 10/5/2023, 11:33 PM

If there's nothing readily available online, my first idea would be to skim over the source for a few different already existing filesystem drivers.

https://github.com/gotoco/dummyfs

Maybe this will help?