VirtualBox: VBoxManage modifyhd hosting on mac os x resize not supported

Posted by dwstein on Server Fault See other posts from Server Fault or by dwstein
Published on 2012-09-06T03:18:02Z Indexed on 2012/09/06 3:39 UTC
Read the original article Hit count: 219

Filed under:
|
|

I am a complete newbie. i'm hosting VM on OS X using virtualbox. I'm trying to resize the virtual hard drive by using the following command in the terminal.

VBoxManage modifyhd "<absolute path including name and extension>" --resize 20480

I used a disk size of 25480 (i'm not really sure how to pick the correct size. and I got the following error:

Progress state: VBOX_E_NOT_SUPPORTED
VBoxManage: error: Resize hard disk operation for this format is not implemented yet!

virtualbox version 4.1.18

I don't really even know what to ask. What am I doing wrong?

© Server Fault or respective owner

Related posts about macosx

Related posts about virtualbox