qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Garth Dahlstrom <ironstorm@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: Best way to get 6GB = 3 x 2GB + soft raid?
Date: Mon, 2 Aug 2004 11:52:11 -0400	[thread overview]
Message-ID: <76bfb9d204080208521209003e@mail.gmail.com> (raw)
In-Reply-To: <3328529919214537182@unknownmsgid>

Let me explain how I became confused here... 

I read Readme-EN.txt bundled with QEMU-Windows-0.6 which says:

"6. Notes

    A hard disk image file is up to 2GB."

I took that to mean that QEMU was only capable of open HDD images of
up to 2GB in size, so I was thinking that I could do 3x2GB disks and
software JBOD/Raid0 them together under a linux guest.

However it turns out, as Ronald pointed out, QEMU on Windows can read
whatever size image the host OS can muster, meaning in my case (using
NTFS) I can create a 6GB disk image file straight up using Cygwin and
'dd of=oe-hda.img bs=1M count=6000 seek=6000' (followed quickly by
ctrl-break)...

That limitation would appear to apply to FAT based host OS's such as Win9x.

QEMU has no trouble with that size guest image file at all and it's
easier then trying to build a softRAID on the guest.

       reply	other threads:[~2004-08-02 15:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3328529919214537182@unknownmsgid>
2004-08-02 15:52 ` Garth Dahlstrom [this message]
     [not found] <-1932696912204019651@unknownmsgid>
2004-08-01 20:20 ` [Qemu-devel] Re: Best way to get 6GB = 3 x 2GB + soft raid? Garth Dahlstrom
2004-08-01 16:17 [Qemu-devel] " Garth Dahlstrom
2004-08-01 16:43 ` [Qemu-devel] " Ronald
2004-08-01 21:15   ` Ross Kendall Axe
2004-08-01 21:24     ` Joe Menola
2004-08-01 22:28       ` Jim C. Brown
2004-08-02  0:49         ` Jernej Simončič

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=76bfb9d204080208521209003e@mail.gmail.com \
    --to=ironstorm@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).