Convert qcow2 to raw disk

broda

Member
Jun 23, 2020
1
0
6
45
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
 
hi

you can run qemu-img convert -f qcow2 -O raw /path/to/image.qcow2 /path/to/image.img