Write a program that reads a FAT32-formatted volume.

Implementing a File System reader: In this question, you will Write a program that reads a FAT32-formatted volume. For this assignment you are provided with a disk image, but you are both: Encouraged to make your own disk image, and Encouraged to read a USB flash drive as a raw device (e.g.,/dev/sda provided that you … Read more