b9-0.2.0: A build tool for virtual machines.
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