Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 342 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 342 Bytes

Simulation of EXT2 filesystem in C 🗄️

  • 1024 B block size with 128 inodes
  • 4 active inodes (2 dirs, 1 file, 1 slink)

Run the program with:

make

Then create the mountable EXT2 filesystem image with:

./ext2-create

Verify the validity of the filesystem with fsck:

fsck.ext2 cs111-base.img