Linux Filesystem
Jul 15, 2023
Each filesystem type uses its own
metadata structures to define how
the data is stored and accessed.
Here are some useful materials:
Inodes and the Linux filesystem
A new filesystem for flash storage
A compression-friendly readonly filesystem
A simple filesystem to understand things
An example kernel filesystem implementation