[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: |
Martin Braun |
Subject: |
Re: [Qemu-discuss] drive with bus=1, unit=0 (index=2) exists |
Date: |
Thu, 1 May 2014 04:46:53 +0200 |
Also if I do:
$ qemu -drive file=debian-testing-amd64-netinst.iso,media=cdrom
-drive file=disk1.img,media=disk -drive file=disk2.img,media=disk
-drive file=disk3.img,media=disk -drive file=disk4.img,media=disk -m
2048
I get:
qemu: too many IDE bus: 2
So it seems Qemu is limited to handling 4 devices in total?
2014-04-26 12:02 GMT+02:00 Stanislav German-Evtushenko <address@hidden>:
> 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