Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VirtualBox disk full on importing appliance in ova [closed]

Tags:

virtualbox

trying to import MyMachine.ova (Ubuntu created on VBox and exported to ova) I am catching error:

Failed to import appliance D:\Exported Virtual Machines\MyMachine.ova.

Could not create the imported medium 'D:\VirtualBox VMs\MyMachine\MyMachine-disk1.vmdk'.

VMDK: cannot write allocated data block in 'D:\VirtualBox VMs\MyMachine/MyMachine-disk1.vmdk' (VERR_DISK_FULL).

Result Code: VBOX_E_FILE_ERROR (0x80BB0004) Component: ApplianceWrap Interface: IAppliance {8398f026-4add-4474-5bc3-2f9f2140b23e}

I have C drive and D drive, my C is main drive and there is little space, but on D I have ~110 GB free space so it isn't a problem in space.

Configuration for virtualbox path is File->Preferences->Default machine folder: D:\VirtualBox VMs

And after clicking File->Import appliance I have: Virtual Disk Image D:\VirtualBox VMs\DanfossMachine\DanfossMachine-disk1.vmdk

So it seems that it should work without any problem, but it fails :(

Could someone maybe give a hint?

like image 989
user505160 Avatar asked Dec 28 '25 20:12

user505160


1 Answers

Here are a couple possible solutions :

  • Make sure your target file system is NTFS and not something with a 4GB file limitation (eg FAT32)

  • Uncompress the ova file using 7zip or similar. Create a new virtual machine and import the vmdk that came from the ova as the VM's hard drive during creation. This ought to tell you how large the existing hard drive is. It's possible that your "MyMachine-disk1.vmdk" has a reserved file space much larger than the actual ova file takes up, and thus will run into a disk full error despite not appearing to need that much space.

like image 157
AFOC Avatar answered Jan 01 '26 02:01

AFOC



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!