We often encounter situations where the predefined disk size has no space to accommodate more data? If you need more virtual machine hard disk space at a later stage, you must expand the virtual hard disk and partitions. In this post, we will see how to increase disk size in VirtualBox.
Increase disk size in VirtualBox
It is important to note that you may want to back up your virtual hard disk files before performing these operations, as there is always the possibility of something going wrong. It is always a good practice to have backups. However, the process usually works fine, just make sure to shut down your machine before continuing.
There are two ways to increase the disk size in VirtualBox.
Let’s talk about it in detail.
1]Expand the disk size of VirtualBox using the GUI
Oracle provides a tool called Virtual Media Manager in VirtualBox that allows us to edit your computer. Follow the steps mentioned below to expand the disk size.
Even if the disk size increases, the partition size will not change automatically. You need to extend the partition on the disk to use the extra space. To do this, you need to log into the virtual machine and use the disk management tool to extend the partition.
Read: How to install macOS in VirtualBox on Windows?
2]Extend VirtualBox disk size using CLI
First, proceed to shut down the virtual machine. At the same time, make sure to turn off the device and set it to PowerOff, not Saved. Now, in order to change the disk size, we need to use the VBoxManage command.
Before modifying the virtual disk file, if you use the snapshot feature in VirtualBox, be sure to delete all associated snapshots. This ensures that you are modifying the correct virtual disk file and everything will run normally afterwards.
Open Run, type "delete" and press Enter. This will open the command prompt for you, next, you need to switch to VirtualBox’s program files directory using the command mentioned below.
cd "C:Program FilesOracleVirtualBox"
Now, we need to find out your folder, to do this, open File Explorer and go to the following path.
C: USERS username VirtualBox VM
Note: Please make sure to replace username with the username of the virtual machine host.
After navigating to this location, open the VM's folder and look for files with the .jobs extension. Now, note the name and location of the file. Finally, run the following command to increase the disk size to 50 GB or 51200 MB.
VBoxManage modifyhd "C:UsersyusufVirtualBox VMFedora. vdi"——resize 51200
If this command does not work, please run the following command because VirtualBox 6.0 launched in 2019 does not support the above command.
VBoxManage modifymedia disk "C:UsersyusufVirtualBox VMFedora.vdi"——resize 51200
This will do the job for you. However, if you get an error saying VBOX_E_NOT_REMORTED, check to make sure you didn't shrink the drive because the --resize command takes the final size as input. So if your disk is currently 16GB in size and you are trying to resize it to 8GB, it won't work.
You will also need to extend the partition to use this extra space. There are many ways to do the same thing, try using Paragon Partition Manager, it's a free tool.
that's all!
Read: How to install VirtualBox Guest Additions on Windows?
How to increase disk size in VirtualBox?
There are two ways to increase the disk size, you can use Virtual Media Manager or Command Prompt to perform the same operation. We have mentioned these two steps earlier in this article and you can easily increase the disk size and partitions by just checking it carefully.
Read: How to speed up a virtual machine and make it run faster
What is the maximum disk size in Virtual Box?
Graphical User Interface (GUI) allows you to create hard drives up to 2TB. For larger disks, you can use the VBoxManage command line tool. Just open a command prompt, go to the VirtualBox location, and use the VBoxManage command as shown earlier.
Also Read: Fix VirtualBox not showing 64-bit Operating System.
The above is the detailed content of How to increase disk size in VirtualBox [Guide]. For more information, please follow other related articles on the PHP Chinese website!

Some Windows 11/10 users report that they see a cmd window open up right after a Bitdefender update and it is running SecureBootEncodeUEFI.exe. This post from php.cn introduces how to remove the SecureBootEncodeUEFI.exe Trojan.

Sysdll_win64_retail.dll is a dynamic link library (DLL) file related to the FIFA 17 application. When that file gets missed or corrupted, a series of issues and errors will happen about that application. To resolve this issue, you can read this artic

Many SurfaceBook users report that they meet the “core isolation blocked by ew_usbccgpfilter.sys” issue on Windows 11/10. This post from php.cn helps to fix the annoying issue. Keep on your reading.

When you press Ctrl Alt Del on your computer, you will enter the Security Options window, where you might see Lock, Switch user, and Sign out options. Do you know that these options can be changed? This php.cn post will show you how to remove opt

Some Windows 11/10 users report that their Windows Defender has spotted a virus named Virus:Win32/Grenam.VA!MSR. But they don’t know how to remove it. This post from php.cn teaches you how to remove Virus:Win32/Grenam.VA!MSR.

When you need to visit a website frequently, it is quite troublesome to open a browser and search for it every time. Why don’t you try to save a website as an app? If you do this, you can open it as normal software. Here, php.cn offers you some usefu

Some people encountered the error code 0x00000000 on Windows 11 when they installed the latest Windows update. What should you do to cope with this unexpected error? This article on the php.cn Website will give you some clues for troubleshooting.

Are you suffering from the error message "FileType selected not supported by this app" when opening files in Teams or Excel? Now read this post from php.cn to get several useful solutions to this issue.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Dreamweaver Mac version
Visual web development tools

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.