Inode based file system(virtual) on top of the Linux file system. A user can perform all the operations which are basically supported by Linux ext2 file system like creating a disk, mounting disk, unmounting the disk, create a file, open file (in read, write or append mode), delete file, close file, list of open files.
It is a virtual file system runs on top of the Linux file system.
You need to install GNU g++ compiler.
sudo apt-get install g++
run makefile in the respective directory where source files are present.
./ibfs