Skip to content

Jaysontian/ext2-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

C implementation of EXT2 file system and image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published