I am trying to export a Windows7 virtualbox image to a .box format, but getting errors while exporting it. please advise. The logs are mentioned below:
==> vagrant: A new version of Vagrant is available: 2.2.4!
==> abc: Exporting VM...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["export", "abc", "--output", "/Users/anshulmittal/.vagrant.d/tmp/vagrant-package-20190323-41800-161eeyz/box.ovf"]
Stderr: 0%...
Progress state: VBOX_E_IPRT_ERROR
VBoxManage: error: Appliance write failed
VBoxManage: error: RTVfsFsStrmAdd failed for 'box.ovf' (VERR_ALREADY_EXISTS)
VBoxManage: error: Details: code VBOX_E_IPRT_ERROR (0x80bb0005), component ApplianceWrap, interface IAppliance
VBoxManage: error: Context: "RTEXITCODE handleExportAppliance(HandlerArg *)" at line 1263 of file VBoxManageAppliance.cpp