﻿
# img2vhd

### Convert RAW disk images to VHD format

#### Description
The VHD file format consists of a RAW disk image with a 512 byte footer,
which describes the geometry of the disk image. This tool adds a VHD footer
to existing RAW disk images and renames them to use the `.vhd` file extension.
The image can then be mounted in Windows. Use
[gfc-file-compare](../../../gfc-file-compare.git) to save an existing disk as
a RAW image or generate a blank disk image with arbitrary size.

#### Usage
```powershell
img2vhd file.img
```


#### Supported Platforms
☂︎ Apple iOS, macOS  
☂︎ FreeBSD  
☂︎ Linux, OpenWRT  
☂︎ Windows  


#### [Prerequisites and build instructions](../../../lib.git#Prerequisites)


#### © 2016-2023 Georgi Valkov
https://httpstorm.com/download/img2vhd/
