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
- Host: GitHub
- URL: https://github.com/mxk/vhdfix
- Owner: mxk
- Created: 2016-02-23T00:34:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T17:35:21.000Z (over 9 years ago)
- Last Synced: 2025-01-06T19:47:27.873Z (5 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 3
- Watchers: 3
- 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`