qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: Adding New Disk Drive


From: Volkan YAZICI
Subject: [Qemu-devel] Re: Adding New Disk Drive
Date: Thu, 31 Jul 2008 09:27:10 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

On Wed, 30 Jul 2008, Laurent Vivier <address@hidden> writes:
> If you go under qemu monitor (ctrl-alt-2) and type "info block", what do you
> have ?

  QEMU 0.9.1 monitor - type 'help' for more information (qemu) info block
  ide1-cd0: type=cdrom removable=1 locked=0 file=/dev/cdrom ro=0 drv=host_device
  ide0-hd0: type=hd removable=0 file=/home/windows/disk-qcow2-20g.img ro=0 
drv=qcow2
  ide0-hd1: type=hd removable=0 file=/home/windows/disk-qcow2-40g.img ro=0 
drv=qcow2
  floppy0: type=floppy removable=1 locked=0 [not inserted]
  sd0: type=floppy removable=1 locked=0 [not inserted]

Above output received from a qemu instance started using below command:

  SDL_VIDEO_X11_DGAMOUSE=0 \
  /usr/local/bin/qemu-system-x86_64 \
          -cdrom /dev/cdrom \
          -hda /home/windows/disk-qcow2-20g.img \
          -hdb /home/windows/disk-qcow2-40g.img \
          -hdc /home/windows/disk-qcow2-200g.img \
          -localtime -m 1536 -smp 2 -k tr \
          -usb -usbdevice tablet \
          -net nic -net tap


Regards.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]