VirtualBox: Increase Disk Size of Virtual Hard-disk

0
3648

If your ever run of out space in your Virtual Hard Disk, it’s easy to increase it using VirtualBox’s builtin executable VBoxManage. This method will be the same for all OS except you will just need to find the installation path of VirtualBox.

RE-SIZING DISKS MIGHT CORRUPT IT. CONTINUE WITH CAUTION. TAKE A BACKUP IF YOU HAVE IMPORTANT FILES IN IT. 

  1. Open Start Menu and Search for CMD and open it.
  2. In the command prompt window, type in

    For Example

    virtualbox-resize-disk (1)
  3. Now that you redirected Command prompt to your installation folder, go ahead and type in, (1 GB = 1024 MB)

    For Example to increase my 32 GB Disk to 33 GB,

     

    You can only increase the disk size. Not all disk types are supported. 

    virtualbox-resize-disk (2)

It should be done now, Confirm that by opening VirtualBox and checking under the chosen Virtual Device -> Storage. The size should have changed. It might not show up  on your guest OS and you will manually have to change it inside the OS. (for windows, you can increase partition sizes of disk under Computer Management)

virtualbox-resize-disk (3)

 

virtualbox-resize-disk (4)

If you have any question, leave them in comments.

virtualbox increase disk size