此内容没有您所选择的语言版本。
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
# qemu-img convert image_name disk.raw
For example:
qemu-img convert RHGS-3.5.0.x86_64.qcow2 disk.raw
# qemu-img convert RHGS-3.5.0.x86_64.qcow2 disk.raw