Installed QEMU on Debian 5.0 (full updated) machine via apt-get install qemu. All went well and QEMU was installed, but any command I send to qemu-img or qemu does nothing but return --help print out. I've tried:
qemu-img create -f qcow2 txp.img 10g
qemu-img create c.img 3g
This is really frustrating as it does not give me an error message or anything other than a blank start tell me how to use it.
Code:
rizean@mdesktop:~$ qemu-img create -f qcow2 txp.img 10g
qemu-img version 0.9.1, Copyright (c) 2004-2008 Fabrice Bellard
usage: qemu-img command [command options]
QEMU disk image utility
Command syntax:
create [-e] [-6] [-b base_image] [-f fmt] filename [size]
commit [-f fmt] filename
convert [-c] [-e] [-6] [-f fmt] filename [filename2 [...]] [-O output_fmt] output_filename
info [-f fmt] filename
Command parameters:
'filename' is a disk image filename
'base_image' is the read-only disk image which is used as base for a copy on
write image; the copy on write image only stores the modified data
'fmt' is the disk image format. It is guessed automatically in most cases
'size' is the disk image size in kilobytes. Optional suffixes 'M' (megabyte)
and 'G' (gigabyte) are supported
'output_filename' is the destination disk image filename
'output_fmt' is the destination format
'-c' indicates that target image must be compressed (qcow format only)
'-e' indicates that the target image must be encrypted (qcow format only)
'-6' indicates that the target image must use compatibility level 6 (vmdk format only)
Supported format: parallels qcow2 vvfat vpc bochs dmg cloop vmdk qcow cow host_device raw