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 calledname
cp <img> <src> <dest>
: Copysrc
todest
ln <img> <src> <dst>
: Create a link tosrc
indest
rm <img> <src>
: Removesrc
restore <img> <src>
: Restore the removed filesrc
checker <img>
: Check the disk imageimg