I saw the response for converting VDI images into VHD images, but I want to do the opposite conversion - is there a tool to do this?

link|improve this question
feedback

2 Answers

up vote 5 down vote accepted

Adapting one of those answers, you could use VBoxManage:

VBoxManage clonehd source.vhd target.vdi --format vdi

If you are just looking to use the vhd in Virtualbox, you do not need to convert it yourself, Virtualbox will quite happily use a vhd image. You can just add it to the list of disks in "Virtual Media Manager".

link|improve this answer
feedback

it is better to convert vhd to vdi because when you need to periodically compact the vhd to recover space, you cannot use vboxmanage to compact. you will have to use virtual pc disk wizard to compact.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.