* [Qemu-devel] Question about maximum disk size of a dynamic hard disk
@ 2011-04-13 12:47 Lyu Mitnick
2011-04-13 13:01 ` Kevin Wolf
0 siblings, 1 reply; 2+ messages in thread
From: Lyu Mitnick @ 2011-04-13 12:47 UTC (permalink / raw)
To: qemu-devel; +Cc: Kevin Wolf, Stefan Hajnoczi
[-- Attachment #1: Type: text/plain, Size: 503 bytes --]
Hello Kevin, Stefan and all
There is a sentence "The maximum size of a dynamic hard disk is 2040 GB.
The actual size is restricted by the underlying disk hardware protocol. For
example,
ATA hard disks have a 127-GB limit" in VHD specification. This limitation
infected the
algorithm of block/vpc.c:calculate_geometry(). However, SATA disk is used
to
replace traditional IDE disk now. I am wondering whether is possible to
support that
VHD is bigger than 127-GB(SATA disk underlying)??
Thanks
Mitnick
[-- Attachment #2: Type: text/html, Size: 895 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] Question about maximum disk size of a dynamic hard disk
2011-04-13 12:47 [Qemu-devel] Question about maximum disk size of a dynamic hard disk Lyu Mitnick
@ 2011-04-13 13:01 ` Kevin Wolf
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Wolf @ 2011-04-13 13:01 UTC (permalink / raw)
To: Lyu Mitnick; +Cc: Stefan Hajnoczi, qemu-devel
Am 13.04.2011 14:47, schrieb Lyu Mitnick:
> Hello Kevin, Stefan and all
>
> There is a sentence "The maximum size of a dynamic hard disk is 2040 GB.
> The actual size is restricted by the underlying disk hardware protocol.
> For example,
> ATA hard disks have a 127-GB limit" in VHD specification. This
> limitation infected the
> algorithm of block/vpc.c:calculate_geometry(). However, SATA disk is
> used to
> replace traditional IDE disk now. I am wondering whether is possible to
> support that
> VHD is bigger than 127-GB(SATA disk underlying)??
The important thing is here really what VirtualPC can handle. I think
when I implemented qemu's write support for VHD back then, I wasn't able
to get VPC to cope with large images. If you want to know whether this
limitation still makes sense with current VPC versions, you need to
install VPC and try it out.
Kevin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-13 12:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-13 12:47 [Qemu-devel] Question about maximum disk size of a dynamic hard disk Lyu Mitnick
2011-04-13 13:01 ` Kevin Wolf
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).