我已经阅读了一些超级用户的问题并在谷歌上使用了我在浏览有关如何扩展我的虚拟盒存储的文档后能想到的所有方法。我正在运行 Windows 10、AMD Ryzen 1600、16GB RAM。VBox --version = 6.0.
编辑:当前大小 = 20,000 不是动态的
返回的错误如下:
C:\Program Files\Oracle\VirtualBox>VBoxManage modifyvdi --resize 32000 5abb39a5-8f61-43d9-ad20-4810d026b68f
0%...
Progress state: VBOX_E_NOT_SUPPORTED
VBoxManage.exe: error: Failed to resize medium
VBoxManage.exe: error: Resizing to new size 33554432000 is not yet supported for medium 'C:\Users\colto\VirtualBox VMs\linuxMint\linuxMint.vdi'
VBoxManage.exe: error: Details: code VBOX_E_NOT_SUPPORTED (0x80bb0009), component MediumWrap, interface IMedium
VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleModifyMedium(struct HandlerArg *)" at line 768 of file VBoxManageDisk.cpp
Run Code Online (Sandbox Code Playgroud)
我也尝试将它作为 modifyhd 和 modifymedium 运行。
C:\Program Files\Oracle\VirtualBox>VBoxManage showhdinfo "C:\Users\colto\VirtualBox VMs\linuxMint\linuxMint.vdi" …Run Code Online (Sandbox Code Playgroud)