On Sat, 28 Mar 2020 17:10:37 -0400
Cary Lewis <[email protected]> wrote:

> I have a vmware based windows 2003 virtual machine with two scsi disks, C:,
> E:
> 
> Is it is possible to run the machine using qemu?
> 
> I tried:
> 
>  qemu-system-i386 -m 2048 -hdc diskc-1.qcow2 -hde diske.qcow2

By default, the hd* parameters emulate ide drives on the pc machine.
You can use the following to emulate a Tekram DC-390 SCSI controller with scsi 
drive:

qemu-system-i386 -m 2048 -device dc390 -device scsi-hd,drive=drive0 -blockdev 
qcow2,node-name=drive0,file.filename=diskc-1.qcow2,file.driver=file

You can use "qemu-system-i386 -device help" to list the available devices, look 
under "Storage devices".

> but the system did not boot.
> 
> Any help would be appreciated.

Attachment: pgpZFmJwwGR_C.pgp
Description: OpenPGP digital signature

Reply via email to