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.
У меня есть .vhd
виртуальный жесткий диск. Мне нужно преобразовать его в .img
образ диска. Как мне это сделать? У меня есть Windows 7 и VirtualBox, могут ли эти инструменты помочь?
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.