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.