File System

Overview:
In this project, you will implement tools that will allow you to display all of the data and meta-data
associated with files in an ext2 file system. You will first create an ext2 file system. This file system will
not be created (as is conventionally done) in disk partitions but simply in a regular file. The file systems
should contain a large number of directories and files, including old, previously deleted files and
directories. You will implement three commands, one to display all the entries in a given directory
(current and old (deleted) ones). The second command will display the file contents and meta-data for a
given file. Finally, the last command will output information for all the deleted files an

Leave a Reply

Your email address will not be published. Required fields are marked *