VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature-rich, high-performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software.
VMDK (Virtual Machine Disk) is a file format that describes containers for virtual hard disk drives to be used in virtual machines like VMware Workstation or Oracle VirtualBox.
In the earlier post, we have looked at how to install Ubuntu on Oracle VirtualBox.There could be scenarios wherein you would run out of space on Virtualbox and need to resize the virtual image, the following steps would help you to resize the VMDK file.
VBoxManage
command-line interface to resize the disk. With VBoxManage, you can completely control VirtualBox from the command line of your host operating system. VBoxManage supports all the features that the graphical user interface gives you access to, but it supports a lot more than that. VBoxManage clonehd "ubuntu1864.vmdk" "cloned.vdi" --format vdi
Here ubuntu1864.vmdk
is the file that we are going to resize & cloned.vdi is intermediate file in vdi format. VBoxManage modifyhd "cloned.vdi" --resize 51200
Here cloned.vdi
is an intermediate file in vdi format. VBoxManage clonehd "cloned.vdi" "ubuntu18641.vmdk" --format vmdk
Here ubuntu18641.vmdk
is the resultant file & cloned.vdi
is intermediate file in vdi format. Congrats! We have now resized the disk, continue using VirtualBox.
Like this post? Don’t forget to share it!
There are few things as valuable to a business as well-designed software. Organizations today rely…
The cryptocurrency industry is being reshaped by the fusion of blockchain technology and artificial intelligence…
Introduction Artificial Intelligence (AI) has also found its relevance in graphic design and is quickly…
Imagine a world where the brilliance of Artificial Intelligence (AI) meets the unbreakable security of…
In today’s fast-paced digital landscape, automation is not just a luxury but a necessity for…
The world of casino gaming has leveraged the emerging technology advancements to create immersive and…
This website uses cookies.