Ext2 File System Viewer

[About]  [Requirements]  [Download]  [Screenshots]

About

This is a small GUI tool to see the internals of a ext2/ext3 file system. This is written in C# and C using gtk-sharp, libext2fs and mono. The libext2fs library is used to get the file system information. Most of the code is written in C# while the wrapper routines to access the libext2fs library are written in C.

This can currently show the superblock, block group descriptors, inode tables and the bitmaps (with a nice ui.. check out the screenshots).

If you have any ideas/suggestions please send a mail to uvsravikiran [at] gmail [dot] com.

Please check out my articles on the linux kernel here.

Requirements

mono
gtk-sharp
glade-sharp
libext2fs