Convert .vhd to .img on windows?

I have a .vhd virtual hard disk. I need to convert it to .img disk image. How can I do it? I have Windows 7 and VirtualBox at my disposal, can those tools help?

1 Answer

You can go with VirtualBox by converting your image using the CLI's --format raw argument:

VBoxManage clonehd disk.vdi disk.img --format raw

As long as VirtualBox can read the input disk image, you should be good to go.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like