Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
10
rated 0 times [  10] [ 0]  / answers: 1 / hits: 23909  / 1 Year ago, thu, january 5, 2023, 7:30:18

How do I resize my virtual disk space? I'm running Ubuntu 10.04 LTS with only 8GB (which is the default allocated size) but it's running low on disk space. Thanks.






Here's the screenshot. Thanks to @Suhaib for the +points in reputation.



How to Resize Virtual Disk Image


More From » virtualbox

 Answers
2

The last 2 comments in this forum greatly helped me, which said:




Oxwivi



Do I do that on Windows? Because if I do that it says:
'vboxmanage' is
not recognized as an internal or external command, operable program or
batch file.



sean.dybob
June 8th, 2011, 09:07 AM



vboxmanage is found inside the virtualbox installation directory, should be inside
C:Program FilesOracleVirtualBox directory.




These are the steps I did (Host OS is Windows):



1) File >> Virtual Media Manager >> Select VDI >> Release



2) Copy the location of the VDI inside the Properties box. In my case, it's:



C:UsersSe7eNVirtualBox VMsLUCID_LYNXJH.vdi


3) Go to Google.com and type your desired size in gigabyte to be converted to megabyte. For example: 10 GB = MB



The result would be 10240.



4) Open the command line and type/copy this:



cd C:Program FilesOracleVirtualBox


This is the location of the VirtualBox software you installed in your computer.



Notice that you have two VirtualBox folders, 1) "VirtualBox VMs", which contains your virtual machines, and 2) "VirtualBox", which is the program.



5) Lastly, run:



VBoxManage modifyhd YOUR_VDI_LOCATION --resize SIZE_IN_MEGABYTES

VBoxManage modifyhd C:UsersSe7eNVirtualBox VMsLUCID_LYNXJH.vdi --resize 10240


I have screenshots for all of the above steps, but need to earn more than 10 reputation to upload the image. Hope this helps. Thanks.


[#34156] Friday, January 6, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
sconhoney

Total Points: 403
Total Questions: 118
Total Answers: 109

Location: Andorra
Member since Mon, Jan 9, 2023
1 Year ago
sconhoney questions
;