From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BrJqv-0003nM-KH for qemu-devel@nongnu.org; Sun, 01 Aug 2004 13:10:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BrJqu-0003nA-4C for qemu-devel@nongnu.org; Sun, 01 Aug 2004 13:10:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BrJqu-0003n7-0S for qemu-devel@nongnu.org; Sun, 01 Aug 2004 13:10:28 -0400 Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BrJnD-0007dy-6u for qemu-devel@nongnu.org; Sun, 01 Aug 2004 13:06:39 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BrJnC-000172-00 for ; Sun, 01 Aug 2004 19:06:38 +0200 Received: from amarseille-206-1-23-227.w81-51.abo.wanadoo.fr ([81.51.157.227]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Aug 2004 19:06:38 +0200 Received: from daimon55 by amarseille-206-1-23-227.w81-51.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Aug 2004 19:06:38 +0200 From: Ronald Date: Sun, 01 Aug 2004 18:43:42 +0200 Message-ID: References: <76bfb9d2040801091719aafb43@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: Best way to get 6GB = 3 x 2GB + soft raid? Reply-To: daimon55@free.fr, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Le Sun, 01 Aug 2004 12:17:22 -0400, Garth Dahlstrom a écrit : > I'm thinking of trying to roll an image of the OE development toolchain > (for Zaurus), to do so I'll need to create a linux system with > approximately 6GB of space... > > Reading through the readme that comes with QEMU for Windows 0.60, it > suggests that an image can be a max of 2GB... > > Assuming this limitation is valid, I'm guessing my best bet is to soft > raid0?/jbod?/lvm? of 3 x 2GB image files together for hda, hdb & hdc ... > > I'm looking for feed back and suggestions on whether: I'm crazy/there is > an easier way/a better overall approach... > > Cheers, > > -Garth This is the mkqemuimage utility that is limited to 2G image creation. The next limitation could be your file system if you are using fat with an old windows that is 4G, don't know about ntfs. Hope this help in some way. Oh! and what about the file name QemuMenu.bat (8+3) for your previously posted batch file.