Building an ext2-Inspired File System Simulator in C++
A deep dive into building a block-based, inode-centric file system simulator from scratch in C++. I walk through superblock design, inode tables, block allocation strategies, and the real trade-offs around fragmentation, consistency, and pe...