是否可以增加设置为 "Fixed drives" 的 VirtualBox 的大小?

Is it possible to increase the size of VirtualBox that's set up as "Fixed drives"?

我格式化为 "Fixed drives" 而不是动态的,感觉分配的大小太小了...

首先克隆你当前的驱动器

通过使用以下命令:

VboxManage clonehd

在我的电脑中它看起来完全像这样:

VBoxManage clonehd /Users/gubatron/VirtualBox VMs/windows7-64bit

然后使用以下命令调整磁盘大小:

VBoxManage modifyhd –resize

对我来说它看起来像这样:

VBoxManage modifyhd /Users/gubatron/VirtualBox VMs/windows7-64bit/windows7-64bit.vdi –resize 40960

然后挂载它

祝你有愉快的一天