가상 머신의 하드 디스크 크기를 늘리려면 어떻게합니까 ?를 참조하십시오 .
다음과 같은 명령으로 작동해야합니다
VBoxManage modifyhd xp.vdi --resize 2000
VDI의 크기가 고정되어 있으면 다음 오류가 발생할 수 있습니다.
~/VirtualBox VMs/xp$ VBoxManage modifyhd xp.vdi --resize 2000
0%...
Progress state: VBOX_E_NOT_SUPPORTED
VBoxManage: error: Resize hard disk operation for this format is not implemented yet!
이에 대한 토론과 해결책이 여기 있습니다 .
그러나 VDI가 동적 인 동안 오류가 발생합니다.
~/VirtualBox VMs/xp$ VBoxManage showhdinfo xp.vdi
UUID: 8880dc58-cd0c-4ffb-a583-f8dd50eda98e
Parent UUID: base
State: created
Type: normal (base)
Location: /home/cip/VirtualBox VMs/xp/xp.vdi
Storage format: VDI
Format variant: dynamic default
Capacity: 8192 MBytes
Size on disk: 4693 MBytes
In use by VMs: xp (UUID: e2b70963-3c26-41cf-88f6-4e03ca721e2d)
왜 그런가요?