Skip to content

mattbal/ext2-file-system

Repository files navigation

EXT2 File System

To run this project, run the following commands:

sudo apt-get install e2fslibs-dev
chmod +x mk
chmod +x mkdisk
chmod +x mydisk
chmod +x disk2
chmod +x disk3
chmod +x diff2

To compile and run the project, run

./mk
a.out diskname

where diskname is the name of the disk you would like to use. There are several disks included in the project with different files.

About

The Linux EXT2 File System recreated in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages