An open API service indexing awesome lists of open source software.

https://github.com/mxk/vhdfix

Utility for manipulating VHD files
https://github.com/mxk/vhdfix

Last synced: 4 months ago
JSON representation

Utility for manipulating VHD files

Awesome Lists containing this project

README

        

vhdfix
======

Utility for manipulating Virtual Hard Disk (VHD) files. By default, vhdfix
creates the smallest possible copy of the source VHD with the data blocks in
optimal order. It performs a thorough validation of the source VHD and reports
any problems found. The output format can be controlled with command-line
options.

To build and run:

1. Install [Go](https://golang.org/dl/).
2. `go build vhdfix.go`
3. `./vhdfix -h`