Write a program that reads a FAT32-formatted volume.
Question 1 – 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: 1.Encouraged to make your own disk image, and 2.Encouraged to read a USB flash drive as a raw device (e.g.,/dev/sda3, […]