[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Attach all 6 SATA disk images
From: |
Kevin Shell |
Subject: |
Re: Attach all 6 SATA disk images |
Date: |
Thu, 15 Oct 2020 08:12:55 +0800 |
On Wed, Oct 14, 2020 at 08:45:14AM +0100, Ottavio Caruso via wrote:
> On 14/10/2020 05:11, Kevin Shell wrote:
> > Hello qemu users.
> >
> > how to
> > attach all 6 SATA disk images?
> > I select the Q35 machine to emulate SATA disk drives.
> > The -hda -hdb -hdc -hdd not fits here, it only attaches 4 disks.
> >
> >
>
> Try the "-drive option[,option[,option[,...]]]" syntax instead, as per
> documentation.
Thanks, I'm newbie user. :-)
I have tried
-drive file=disk1.qcow2,media=disk \
... \
-drive file=disk6.qcow2,media=disk
It works for me.
--
kevin