Export machine for virtualbox

Fabio

Renowned Member
Jan 30, 2016
63
1
73
51
density to export a virtual machine made with proxmox to VirtualBox. The virtual machine contains an UBUNTU 22 installation. Is it possible to do this operation? The proxmox is version 5.2
 
I found the disk references in /var/dm-xx where xx is the number connected to my machine (110) do I copy the file /dev/dm-24 to my PC and convert it with qemu?
Is the command qemu-img convert -f raw -O vdi /home/tmp/file_LVM /home/tmp/file_VDI OK?
 
I found the disk references in /var/dm-xx where xx is the number connected to my machine (110) do I copy the file /dev/dm-24 to my PC and convert it with qemu?
No, it's a blockfile that you cannot just copy. You need to run the qemu-img command on your PVE host in order to read the file.
Is the command qemu-img convert -f raw -O vdi /home/tmp/file_LVM /home/tmp/file_VDI OK?
Should work like this:

Code:
qemu-img convert /dev/dm-24 -p -O vdi /tmp/test.vdi
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!