It would be nice to develop one or more tools to: - [x] Inspect a MBR header's content. For example printing out what partions it contains, their size and type etc. - [x] Retrieve data contents of partitions for example to stdout or a file * [x] Write data contents from a file or stdin to a partition - [x] Resizing partitions in a disk image - [ ] Create a MBR formatted disk image with contents from files passed as command line arguments. Padding and empty sections may optionally be passed.
It would be nice to develop one or more tools to: