4.3. Converting qcow2 to .raw Format

Convert the downloaded qcow2 image to .raw format using the following command:
# qemu-img convert image_name disk.raw
For example:
# qemu-img convert RHGS-3.5.0.x86_64.qcow2 disk.raw