From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTCzS-0007mw-GR for qemu-devel@nongnu.org; Wed, 23 Nov 2011 08:35:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTCzL-0000jh-Iv for qemu-devel@nongnu.org; Wed, 23 Nov 2011 08:35:54 -0500 Received: from mail-fx0-f45.google.com ([209.85.161.45]:34604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTCzL-0000jW-8M for qemu-devel@nongnu.org; Wed, 23 Nov 2011 08:35:47 -0500 Received: by faas14 with SMTP id s14so1845461faa.4 for ; Wed, 23 Nov 2011 05:35:46 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20111123113338.301.42834.malonedeb@gac.canonical.com> References: <20111123113338.301.42834.malonedeb@gac.canonical.com> <20111123113338.301.42834.malonedeb@gac.canonical.com> Date: Wed, 23 Nov 2011 13:35:46 +0000 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Bug 893956] [NEW] qemu-img bug with dynamic vhd List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bug 893956 <893956@bugs.launchpad.net> Cc: qemu-devel@nongnu.org On Wed, Nov 23, 2011 at 11:33 AM, z22lad <893956@bugs.launchpad.net> wrote: > Hye, i found a problem with qemu-img when trying to get info of a > dynamic vhd. I made imgae of my 60GB computer hard drive with disk2vhd. > The dynamic vhd is 21gb size. > > With 1.0-rc3 version : > running command: qemu-img info 60_GB.VHD > qemu-img: =A0Could not open '60_GB.VHD' : File too large > > 0.14.1 version give me wrong information : > image: 60_GB.VHD > file format: vpc > virtual size: 127G (136899993600 bytes) > disk size: 21G Which host OS are you running qemu-img on? Is it 32- or 64-bit? I wonder if you get the same behavior when using qemu-img convert instead of "disk2vhd" to create a vhd file. Stefan