An implementation of a particular file system, ext2, and will write tools to modify ext2-format virtual disks.
Implemented an API (in C) of file system commands to operate on an ext2-formatted virtual disk concurrently.
Commands implemented: mkdir, cp, rm
The source code is in A4/out/src