Lab from CS111 UCLA
-lab3a.c is a C program that will summarize the contents and structure of a EXT2 file system
- Takes file system image as input and outputs a summary of inode, directory, and block states
-lab3b.py is a Python program to analyze the state of a corrupted EXT2 file system
- Takes file system image as input and outputs a diagnostic of inconsistencies
-lab3a_output.txt is an example of the output produced from running lab3a.py
-ext2_fs.h is a header file used by lab3a.c