The VERR_DISK_FULL error signifies that VirtualBox is unable to write to the disk because there is not enough space on the virtual machine’s disk. This issue frequently arises not because of insufficient overall disk storage capacity, but because the specific partition where VirtualBox is installed may be full or nearly full. A common misconception about the functionality of dynamically allocated storage in VirtualBox is often the source of this error. As data gets accumulated on the virtual machine, the size of the dynamic disk increases to match. However, when data is deleted, the dynamic disk does not automatically shrink, which can lead to a situation where the host’s file system lacks the necessary space for the disk’s further expansion. To prevent such errors and interruptions, ensure that there is at least 10 GB of free storage available. Also, other factors, such as an incorrect disk partition style, might contribute to this issue.
1. Change Disk to NTFS
Should you attempt to clone a virtual machine on a FAT32 disk, you will face complications because FAT32 cannot handle files larger than 4GB. Converting the disk to NTFS will enable you to create a clone or copy files that exceed the 4GB limit.
2. Change Clone Settings
If your disk lacks the necessary storage to create a clone, you might want to consider using a different disk with enough free space. Moreover, if the error occurs while you are trying to clone only the current machine state, try cloning all of the machine’s snapshots, as this might help resolve the issue.





