Es wurde ein Fehler während der Ausführung von "VBoxManage", ein CLI verwendet Vagrant für die Steuerung von VirtualBox

Beim ausführen vagrant up bekomme ich die folgende Fehlermeldung:

Bringing machine 'default' up with 'virtualbox' provider...
    ==> default: Importing base box 'lavash-devstack'...
    Progress: 10%There was an error while executing `VBoxManage`, a CLI used by Vagrant
    for controlling VirtualBox. The command and stderr is shown below.

    Command: ["import", "C:/HashiCorp/Vagrant/home/boxes/lavash-devstack/0/virtualbox/box.ovf", "--vsys", "0", "--vmname", "devstack_default_1416365851757
    _3107_1428337748513_82036", "--vsys", "0", "--unit", "10", "--disk", "C:\\Users\\adrian espinoza\\VirtualBox VMs\\devstack_default_1416365851757_3107_
    1428337748513_82036\\box-disk1.vmdk"]

    Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
    Interpreting C:\HashiCorp\Vagrant\home\boxes\lavash-devstack\0\virtualbox\box.ovf...
    OK.
    0%...10%...
    Progress state: VBOX_E_FILE_ERROR
    VBoxManage.exe: error: Appliance import failed
    VBoxManage.exe: error: Could not create the imported medium 'C:\Users\adrian espinoza\VirtualBox VMs\devstack_default_1416365851757_3107_1428337748513
    _82036\box-disk1.vmdk'.
    VBoxManage.exe: error: VMDK: cannot write allocated data block in 'C:\Users\adrian espinoza\VirtualBox VMs\devstack_default_1416365851757_3107_1428337
    748513_82036/box-disk1.vmdk' (VERR_DISK_FULL)
    VBoxManage.exe: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Appliance, interface IAppliance
    VBoxManage.exe: error: Context: "int __cdecl handleImportAppliance(struct HandlerArg *)" at line 779 of file VBoxManageAppliance.cpp

Kann jemand, der weiß, was falsch ist? Ich überprüfte die Fragen, und wandte die mögliche Lösung, aber ich bekomme immer noch den Fehler.
hier

  • Sieht aus wie Sie ein "disk full" Fehler beim schreiben unter C:\Users. Es könnten tatsächlich aus dem Weltraum, oder auch nicht schreibbar sein.
Schreibe einen Kommentar