Failure to resize a virtualbox volume

Solution 1:

You should do the following instead:

VBoxManage.exe modifyhd "%UserProfile%\VirtualBox VMs\<VM name>\<VM name>.vdi" --resize 102400
  • %UserProfile% is C:\Users\<name>
  • Replace <VM name> with the name of your virtual machine.