Implemented a library to read directly from a FAT32 file system, the code is partially taken from other github source, allows commands like info , dir , cd , get and put , there are still a few bugs in the code. Use make all to create an executable, and run the code using.
./fat32 <diskimage>
It'll simulate a terminal opened at root directory in the fat32 diskimage. To run the code without bug use fat32demo.