Building a simple file system with an emulated in-memory dis
Building a simple file system with an emulated in-memory disk.
Divided into three parts:
Part 1: Building an in-memory disk emulator
Part 2: Implementing a simple file system - SFS
Part 3: Implementing directory structure