qemu-discuss
[Top][All Lists]
Advanced

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

Re: [Qemu-discuss] drive with bus=1, unit=0 (index=2) exists


From: Stanislav German-Evtushenko
Subject: Re: [Qemu-discuss] drive with bus=1, unit=0 (index=2) exists
Date: Sat, 26 Apr 2014 14:02:25 +0400

On Sat, Apr 26, 2014 at 9:46 AM, Martin Braun <address@hidden> wrote:
Hi

I am trying to emulate running with 4 disks. I use this command:

  $ qemu -cdrom debian-testing-amd64-netinst.iso -boot d -m 2048 -hda
disk1.img -hdb disk2.img -hdc disk3.img -hdd disk4.img

But I get this error:

  qemu: -hdc disk3.img: drive with bus=1, unit=0 (index=2) exists

How do I handle that?

Kind regards.


Hi,

CD-ROM is hdc. You can use -drive index... format for CD-ROM to avoid the issue.

Best regards,
Stanislav

reply via email to

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