VirtualBox – Causes of ‘Failed to Create the Hard Disk Storage’ Error

virtualbox

This is the error I received:

Failed to create the hard disk storage C:\Users\Sara\VirtualBox VMs\OSOS\OSOS.vhd.

Could not create the medium storage unit 'C:\Users\Sara\VirtualBox VMs\OSOS\OSOS.vhd'.

VHD: cannot set the file size for 'C:\Users\Sara\VirtualBox VMs\OSOS\OSOS.vhd' (VERR_DISK_FULL).

Result Code: VBOX_E_FILE_ERROR (0x80BB0004)
Component: Medium
Interface: IMedium {53f9cc0c-e0fd-40a5-a404-a7a5272082cd}

Best Answer

The error code VERR_DISK_FULL sums it up. Your disk is full. Free up some space and it should work.

Related Question