b9-0.5.15: A tool and library for building 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