Skip to content

Instantly share code, notes, and snippets.

@blabos-zz
Created January 6, 2014 23:28
Show Gist options
  • Save blabos-zz/8291888 to your computer and use it in GitHub Desktop.
Save blabos-zz/8291888 to your computer and use it in GitHub Desktop.
[user@host]$ vmware-vdiskmanager -r <path_to_your_multiple_vmdk_files>/myfile.vmdk -t 2 mysinglefile.vmdk
...
[user@host]$ qemu-img convert -O raw myfile.vmdk myfile.bin
...
[user@host]$ VBoxManage convertfromraw myfile.bin myfile.vdi –variant standard
...
[user@host]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment