VBoxManage modifyhd --resize doesn't exist?
Posted
by
George Korac
on Ask Ubuntu
See other posts from Ask Ubuntu
or by George Korac
Published on 2012-05-02T14:41:07Z
Indexed on
2012/08/31
3:50 UTC
Read the original article
Hit count: 600
10.04
|virtualbox
I'm trying to increase the size of a VirtualBox Win7 .vdi disk on Ubuntu 10.04 but when I try executing VBoxManage modifyhd /path/disk.vdi --resize 15360
it returns Syntax error: unknown option: --resize
. I'm unsure as to why this is happening because I've used it before and it's still listed under valid options for VBoxManage modifyhd
in the VirualBox User Manual
.
Cheers, George
@maniat1k
george@george-laptop:~$ VBoxManage modifyhd '/home/george/.VirtualBox/HardDisks/Windows 7 64bit.vdi' --resize 15360 Sun VirtualBox Command Line Management Interface Version 3.1.6_OSE (C) 2005-2010 Sun Microsystems, Inc. All rights reserved. Usage: VBoxManage modifyhd | [--type normal|writethrough|immutable] [--autoreset on|off] [--compact] Syntax error: unknown option: --resize
© Ask Ubuntu or respective owner