B9.PartitionTable
Description
Function to find the file offsets of primary partitions in raw disk images. Currently only MBR partitions are supported. See MBR
MBR
getPartition :: Int -> FilePath -> IO (Word64, Word64, Word64) Source #