Sure. Have a look at qemu-img to convert the disk image. You may have to recreate the VM and attach the disk manually.Is it possible to do this operation?
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.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?
Should work like this:Is the command qemu-img convert -f raw -O vdi /home/tmp/file_LVM /home/tmp/file_VDI OK?
qemu-img convert /dev/dm-24 -p -O vdi /tmp/test.vdi
That depends on the actual data (not files) stored on the virtual disk. Try to run a fstrim -va inside of the VM.the disk on pve is 60 gb will it make me a 60 gb file?
We use essential cookies to make this site work, and optional cookies to enhance your experience.