I am trying to read entries from the boot sector of a disc image that was partitioned with a FAT16 file system

704 Views Asked by At

I am trying to find out, from a provided disc image things like, how many bytes does the boot block occupy, how many bytes are there in each sector, and how many sectors are there in each cluster(each allocation unit)?

I need to write code in python that will tell me these things and I have been searching for a library of python commands that might help me, namely one being the

import os

If anyone has any suggestions to other libraries i'd greatly appreciate or any hints to start with, I am completely lost.

0

There are 0 best solutions below