sprotheroe / vagrant-disksize

Vagrant plugin to resize disks in VirtualBox
MIT License
479 stars 52 forks source link

VBOX_E_IPRT_ERROR #19

Open strarsis opened 6 years ago

strarsis commented 6 years ago

On WSL (Bash on Windows) I get this error on vagrant up:

There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["clonemedium", "C:\\Users\\<user>\\VirtualBox VMs\\ubuntu-16.04-amd64\\ubuntu-16.04-amd64-disk001.vmdk", "./C:\\Users\\<user>\\VirtualBox VMs\\ubuntu-16.04-amd64\\ubuntu-16.04-amd64-disk001.vdi", "--format", "VDI"]
Stderr: 0%...
Progress state: VBOX_E_IPRT_ERROR
VBoxManage.exe: error: Failed to clone medium
VBoxManage.exe: error: Could not create the directory 'D:[...]\<user>\trellis\staging\C:\Users\<user>\VirtualBox VMs\ubuntu-16.04-amd64' (VERR_INVALID_NAME)
VBoxManage.exe: error: Details: code VBOX_E_IPRT_ERROR (0x80bb0005), component VirtualBoxWrap, interface IVirtualBox    VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleCloneMedium(struct HandlerArg *)" at line 990 of file VBoxManageDisk.cpp
nicolazaso commented 6 years ago

same error, using WSL. Stderr: 0%... Progress state: VBOX_E_IPRT_ERROR VBoxManage.exe: error: Failed to clone medium VBoxManage.exe: error: Could not create the directory 'C:\Users\nicola\Project\athome-web\C:\Users\nicola\VirtualBox VMs\jessie' (VERR_INVALID_NAME) VBoxManage.exe: error: Details: code VBOX_E_IPRT_ERROR (0x80bb0005), component VirtualBoxWrap, interface IVirtualBox VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleCloneMedium(struct HandlerArg *)" at line 990 of file VBoxManageDisk.cpp