minimal implementation of FAT32 FS
as a way to understand File Systems and how they could be implemented, i decided to write minimal code to mimic the FAT32 implementation documented by
FAT32_spec.pdf.