At Thu, 1 Sep 2011 09:29:59 +0200, Valerio Pachera wrote: > > I guess it's not possible to run a vm with more than one sheepdog disk, right? > > # qemu-system-x86_64 -m 512 -smp 1 -k it -daemonize -vnc :1 > sheepdog:squeeze sheepdog:squeeze_swap > > qemu-system-x86_64: -vnc :1: drive with bus=0, unit=0 (index=0) exists It's possible. You can add Sheepdog disks like other format ones. For example: $ qemu-system-x86_64 -hda sheepdog:squeeze -hdb sheepdog:squeeze_swap See also "man qemu" for more information. Thanks, Kazutaka |