This program designed for the EXT2 Filesystem details. Recovers Block Bitmap and Inode bitmaps.
To create an ext2 file system image first, create a zero file via ‘dd‘.
Then, format the file into a file system image via ‘mke2fs‘.
You can dump fi�le system details with the ‘dumpe2fs‘ command.
You can check the consistency of your file system after modifications with ‘e2fsck‘ command.