General tips
Last updated
Last updated
I had to enlarge a win VM because I made some bad calculation when I created it...
Switch off the VM (do not save the state, properly switch it off)
In virtualbox go to file > Virtual Media Manager
Select a virtual hard disk in the list and use the “Size” slider at the bottom of the window to change its size. Click “Apply” when you’re done.
Start your windows VM
Search for disk management in the start menu and click on this
If possible extend the C partition
If you can not extend it probably means that the recovery partition is in the way of the extention, no worries!
If your disk management looks like this it means your recovery partition is blocking the extension of the C Drive
You will need to delete the recovery partition so that you can extend C with the new space you added
Search for diskpart in the start menu and launch it as admin
list disk
select disk <number>
(choose the disk number for your C drive)
list partition
select partition <number>
(choose the recovery partition)
delete partition override
Now if you co back to disk management, you should be able to extend the C:\ partition
Do it and reboot :)
A helpful colleague :D, thanks Keven!