This project is a Linux-compatible ext2 file system that can perform common Linux commands like ls, cd, pwd, mkdir, rmdir, read, write, open, link, symlink, etc. The project deliverables were comprised of two primary sections. The first level was expanding the base file system to implement the file system tree. The second level focused on implementing read and write operations of file contents.
- Githubmitchellkolb/ext2-file-system
- PlatformLinux, Ubuntu
- StackC

