I'm now undergoing severe experiences with VBoxManage on an headless machine
I need another location for this file cuz of the free space of my /home.
Is it possible to do so without permanent change of the property?
Thx in advance.
--marv
Code: Select all
VBoxManage createvm -name <name>
[-register]
[-basefolder <path> | -settingsfile <path>]
[-uuid <uuid>][/list]I had. Basefolder does not affect the virtual disk path IMHO.vbox4me2 wrote:How about reading the manual? 8.4 VBoxManage createvm
Code: Select all
VBoxManage createvdi -filename <filename>
-size <megabytes>
[-static]
[-comment <comment>]
[-register]
[-type normal|writethrough] (default: normal)