>I guess I'm forced to convert it to a fixed size and hope that when
>doing that, I get to change the size.
You wont be able to.
There's a couple different ways to do it, one being to use a tool like
this:
http://vmtoolkit.com/blogs/announcem...available.aspx
And then using a partition manager in the VM to expand the partition,
another is to use an imaging program and copy and expand your current
partition onto another VHD that's size was set bigger to begin with.
Make sure and make a backup of your original VHD first though!!
--
Bob Comer
On Tue, 08 Dec 2009 14:26:45 +0100, d d <go_on_try_and_sp@m_me.com>
wrote:
>Mark Rae [MVP] wrote:
>> "d d" <go_on_try_and_sp@m_me.com> wrote in message
>> news:%...
>>
>>> How can I make it auto-expand the size rather than coming up against
>>> the size limit and not expanding ?
>>
>> I believe you have misunderstood what auto-expand means.
>>
>> When you create a new virtual hard disk, you have two options - dynamic
>> or fixed size. No matter which one you choose, you still must give it a
>> maximum size. The only difference is that, with a fixed size VHD, the
>> full VHD file will be created immediately.
>>
>> E.g. if you select a fixed VHD of 16GB, a 16GB VHD file will be created.
>> However, if you select a dynamic VHD of 16GB, a much smaller VHD file
>> will be created initially, and this file will expand dynamically *UNTIL*
>> it reaches its maximum size of 16GB - it won't expand indefinitely...
>
>Thanks Mark, yes it does seem like I misunderstood.
>
>I guess I'm forced to convert it to a fixed size and hope that when
>doing that, I get to change the size.