thesourcerer8 / hddsuperclone

HDDSuperClone, HDDSuperTool
GNU General Public License v2.0
394 stars 32 forks source link

Vhdx support #15

Open thesourcerer8 opened 2 years ago

thesourcerer8 commented 2 years ago

The idea is to support Vhdx as an output format for cloning, so that the resulting file can be started directly within a virtual machine. The specification for the Vhdx format is available here: https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-VHDX/%5bMS-VHDX%5d.pdf

SomeCrazyGuy commented 2 years ago

qemu and virtualbox already support starting a virtual machine from raw block device or drive image. What would be the benefit of vhdx?

rop12770 commented 2 years ago

OH, that would be a nice idea!