https://github.com/mxk/vhdfix
Utility for manipulating VHD files
https://github.com/mxk/vhdfix
Last synced: 2 months ago
JSON representation
Utility for manipulating VHD files
- Host: GitHub
- URL: https://github.com/mxk/vhdfix
- Owner: mxk
- Created: 2016-02-23T00:34:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T17:35:21.000Z (over 10 years ago)
- Last Synced: 2025-04-13T03:49:40.776Z (over 1 year ago)
- Language: Go
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`