Rickard von Essen
Bit poster
Hi,
I'm would like to know which types of virtual disk formats (vdh, vmdk, etc) prl_convert supports. I can't find any specification about this in the documentation.
I'm trying to migrate a workflow from VirtualBox where the following is done:
1) Create a tar with disk content (file.tar).
2) cat file.tar | VBoxManage convertfromraw stdin <dest> --format VMDK
This creates a vmdk disk image with the same content as the tar file.
I'm would like to know which types of virtual disk formats (vdh, vmdk, etc) prl_convert supports. I can't find any specification about this in the documentation.
I'm trying to migrate a workflow from VirtualBox where the following is done:
1) Create a tar with disk content (file.tar).
2) cat file.tar | VBoxManage convertfromraw stdin <dest> --format VMDK
This creates a vmdk disk image with the same content as the tar file.