From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C6Z2C-00039m-I2 for qemu-devel@nongnu.org; Sun, 12 Sep 2004 14:25:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C6Z2A-00038c-GL for qemu-devel@nongnu.org; Sun, 12 Sep 2004 14:25:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C6Z2A-00038N-6r for qemu-devel@nongnu.org; Sun, 12 Sep 2004 14:25:06 -0400 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C6YwJ-0004VI-Uv for qemu-devel@nongnu.org; Sun, 12 Sep 2004 14:19:04 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1C6YwI-0004Pf-00 for ; Sun, 12 Sep 2004 20:19:02 +0200 Received: from amarseille-206-1-26-248.w81-51.abo.wanadoo.fr ([81.51.215.248]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Sep 2004 20:19:02 +0200 Received: from daimon55 by amarseille-206-1-26-248.w81-51.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Sep 2004 20:19:02 +0200 From: Ronald Date: Sun, 12 Sep 2004 20:18:59 +0200 Message-ID: References: <200409121226.09607.os2@videotron.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: resize qemu image... 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, 12 Sep 2004 12:26:09 -0400, Marc Collin a écrit : > hi > > i created 1gb hard disk image for qemu, how to resize it to 2gb ? > > thanks Hi Marc, I was just curious to try to increase the size of one of my images too, I have just used dd and succeeded with not much problems. My image was 500Mo with win98 on it, resized to 1Go with dd if=/dev/zero of=win98.dsk seek=1024000 count=1024000. Boot: ok Dos Fdisk can add a new partition on the newly created non allocated space.