A Library console that reads and parses data from a FAT32 file system (disk). Includes a shell to traverse through folders and download individual files.
$ make
After make has run successfully, run the exe using a formatted disk image:
$ ./fat32 diskimage
info
- provides device, geometry and file system information of the provided fat32 disk.
dir
- lists the current directory
cd <directory_name>
- switches to the specified directory
get <file_name>
- downloads the file from the fat32 disk to the local machine