Skip to content

Instantly share code, notes, and snippets.

@Asikur22
Last active April 10, 2019 17:54
Show Gist options
  • Select an option

  • Save Asikur22/be49194cb5d599156bbda19c365258fa to your computer and use it in GitHub Desktop.

Select an option

Save Asikur22/be49194cb5d599156bbda19c365258fa to your computer and use it in GitHub Desktop.
[How To Increase VirtualBox’s Disk Space]
  • Open a Command Prompt Window (Run as Administrator)
  • Change to VirtualBox’s Program Files Folder
  • Then type the code below in the Command Prompt.
VBoxManage modifyhd YOUR_HARD_DISK.vdi --resize SIZE_IN_MBCOPY

Replacing YOUR_HARD_DISK and SIZE_IN_MB with your Hard Disk name and desired size.

Example:

VBoxManage modifyhd D:\VB\Win10\win10.0.vdi --resize 20480
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment