b9-0.2.3: A build tool and library for virtual machine images.
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