Hi Peter,

Have you tried using *VBoxManage clonehd* subcommand instead? I think you
cannot resize a fixed VDI disk directly before cloning it to a dynamic VDI.

Something like this:
*VBoxManage clonehd opt.vdi opt-dynamic.vdi --format VDI --variant Standard*

After that you can then resize it to your needs:
*VBoxManage modifyhd opt-dynamic.vdi --resize 8192*

Please do note that cloning a VDI will generate a new UUID for the cloned
VDI. Hopefully removing the original VDI from the VM and attaching the
cloned VDI will not make issues on your VM.

Hope it helps.

--
Okky Hendriansyah


On Tue, Mar 26, 2013 at 1:54 PM, Peter Ondruška <
peter.ondruska+virtual...@kaibo.eu> wrote:

> Hi,
>
> I am trying to make VDI larger but it fails:
>
> VBoxManage modifyhd "opt.vdi" --resize 8192
> 0%...
> Progress state: VBOX_E_NOT_SUPPORTED
> VBoxManage.exe: error: Resize hard disk operation for this format is not
> implemented yet!
>
> This particular VDI was created with fixed size (not auto expanding). Is
> there any easy way to make this VDI larger, or do I have to recreate?
>
> Thanks,
>
>
>
> ------------------------------------------------------------------------------
> Own the Future-Intel&reg; Level Up Game Demo Contest 2013
> Rise to greatness in Intel's independent game demo contest.
> Compete for recognition, cash, and the chance to get your game
> on Steam. $5K grand prize plus 10 genre and skill prizes.
> Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> _______________________________________________
> VBox-users-community mailing list
> VBox-users-community@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/vbox-users-community
> _______________________________________________
> Unsubscribe:  mailto:vbox-users-community-requ...@lists.sourceforge.net
> ?subject=unsubscribe
>
>
------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
VBox-users-community mailing list
VBox-users-community@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vbox-users-community
_______________________________________________
Unsubscribe:  
mailto:vbox-users-community-requ...@lists.sourceforge.net?subject=unsubscribe

Reply via email to