Implementation of command line tools for the EXT2 File System. This was done for CSC369 - Operating Systems Assignment 4. Each tool takes a disk image which is setup in a particular way to test our implementation. All images that can be passed in are here. We implement the following:
mkdir <img> <name>: Make a new directory callednamecp <img> <src> <dest>: Copysrctodestln <img> <src> <dst>: Create a link tosrcindestrm <img> <src>: Removesrcrestore <img> <src>: Restore the removed filesrcchecker <img>: Check the disk imageimg