I am currently using the following setup:
Virtualbox: Version 6.0.22 r137980 (Qt5.6.2) Host: Windows 10 Enterprise (10.0.17134) Guest: Windows 10 Enterprise (10.0.19041.0)I have downloaded a Windows 10 VirtualBox image from [here] https://developer.microsoft.com/en-us/w ... -machines/.
The Storage type is "Dinamically allocated".
Since I am running it in a machine with low resources and the image is increasing in size rapidly (a few Gbytes a day) I realize I will run out of resources in a matter of days/weeks.
When reviewing some threads in this forum I have found out that one of the suggestions is to change the Storage type from "Dynamic" to "Fixed", but when attempting to do so, this is what I get.
Code: Select all
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe clonemedium disk "C:\Users\demo\VirtualBox VMs\WinDev2102Eval\WinDev2102Eval-disk001.vdi" "C:\Users\demo\VirtualBox VMs\WinDev2102Eval\WinDev2102Eval-disk001_fixed.vdi" --variant Fixed --format VDI
0%...
Progress state: VBOX_E_FILE_ERROR
VBoxManage.exe: error: Failed to clone medium
VBoxManage.exe: error: Could not create the clone medium 'C:\Users\demo\VirtualBox VMs\WinDev2102Eval\WinDev2102Eval-disk001_fixed.vdi'.
VBoxManage.exe: error: VDI: disk would overflow creating image 'C:\Users\demo\VirtualBox VMs\WinDev2102Eval\WinDev2102Eval-disk001_fixed.vdi' (VERR_DISK_FULL).
VBoxManage.exe: error: VDI: setting image size failed for 'C:\Users\demo\VirtualBox VMs\WinDev2102Eval\WinDev2102Eval-disk001_fixed.vdi' (VERR_DISK_FULL)
VBoxManage.exe: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component MediumWrap, interface IMedium
VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleCloneMedium(struct HandlerArg *)" at line 1023 of file VBoxManageDisk.cpp
Is there any other way to prevent the image from growing this fast?
Thanks in advance for your answers.
Kind regards.