B broda Member Jun 23, 2020 1 0 6 45 Aug 8, 2020 #1 Hello I would like to convert a qcow2 format disk to raw. Unfortunately, I have not found any how to . Can anyone describe how to make such a migration
Hello I would like to convert a qcow2 format disk to raw. Unfortunately, I have not found any how to . Can anyone describe how to make such a migration
oguz Proxmox Retired Staff Retired Staff Nov 19, 2018 5,207 818 118 Aug 10, 2020 #2 hi you can run qemu-img convert -f qcow2 -O raw /path/to/image.qcow2 /path/to/image.img