Vhd

GrahamBrown

New Member
Oct 27, 2021
1
0
1
I have taken some backups in vhd format. Will these mount either in a vm or container.

Not sure if i have to create an iso in macrium reflect instead.
 
hi,

you can convert the vhd file to qcow2 using qemu-img convert:
Code:
qemu-img convert -f vpc -O qcow2 your-disk.vhd output-disk.qcow2
 
  • Like
Reactions: GrahamBrown