...that can't be right. 197.2KB is the size of an fresh empty disk in qcow2.the qcow2 is 197.2KB
Though I never use vdi, I think qemu-img can. The middle img step is not necessary
Try directly with only qemu-img
Code:
qemu-img convert -O qcow2 LinOnLin.vdi LinOnLin.qcow2Code:
qemu-img convert -O raw /path/filename.qcow2 /dev/sdXCode:
qemu-img convert -c -p -O qcow2 /dev/sdX /path/filename.qcow2-p for progress if wanted
-c for compression
that sounds reasonable, you could use the image file you already madethe img is 42.9GB,...a further vdi...that is 101.9GB
Code:
qemu-img convert -c -O qcow2 LinOnLin.img LinOnLin.qcow2Statistics: Posted by CwF — 2025-12-27 23:13