VirtualBox – Shrink your VDI images. Image size = Space used up inside VM.

Often when you install a VM in virtualbox you’ll notice that initial size of the VM image would be more or less equal to the disk space actually used in the VM. However with time, as you play around, you will find that the size of VM image would always keep on increasing. The disk space actually used would be far lesser than the VM image size. We would try to compress the VM image to the space actually used up inside the VM.

Pre-condition – The image that we are going to shrink should have been dynamically expanding type, when you created the disk very first time. This is explained for a windows VM. Theoretically should work on other VMs also.

Ok, Lets get started.

We’ll need the following tools:
1. http://www.feyrer.de/g4u/nullfile-1.02.exe : This tool zeroes out free space, which our next tool compresses. For Linux based OS, search for a file, zerospace.c, which you’ll have to compile yourself.

2. VBoxManage : This tool is the command line management tool that ships with VirtualBox. Whatever you can do with the GUI, can be done by this. + A lot more :)

Ok now.

1. First boot into your VM. Defragment your drive atleast 2 times.
2. Copy the tool, nullfile mentioned above to the VM and run it. A simple double click should do it.

Nullfile tool running in the VM

3. Now shutdown the guest. Open a terminal in the VM image directory. Most probably /home/_user_name_/.VirtualBox/VDI

2. Run our final command, We would be done after this.
VBoxManage modifyvdi _file_path_ compact

e.g. in my case I ran: VBoxManage modifyvdi /media/Blockk/VDI/NewHardDisk1.vdi compact

That’s it, It will take some time, and you’ll get your tiny, shiny, compressed VM image.

Using above tricks, I was able to compress my VM from 1.8gb to 700mb

8 Responses to “VirtualBox – Shrink your VDI images. Image size = Space used up inside VM.”

  1. Andrew Says:

    FYI, this method no longer works in VirtualBox 2.1.2 (possibly 2.1.0 also), because of changes to VBoxManage. It did work in 2.0.6.

  2. Конвертируем VMware образ в VirtualBox | Журнал веб разработчика Says:

    [...] Ссылки по теме: • How To Convert From a VMware Image To Virtualbox Image • VMware to VirtualBox • Clone VirtualBox disk image on MS Windows mini-HOWTO • QEMU on Windows • Скачать qemu-0.7.1-win32-imgover4g.zip • Switching From VMWare To VirtualBox: .vmdk To .vdi Using Qemu + VdiTool • VBoxTool • VirtualBox – setup, share, shrink, convert • VirtualBox – Shrink your VDI images. Image size = Space used up inside VM [...]

  3. John Bäckstrand Says:

    Here is some related discussion with a few work-arounds:

    http://forums.virtualbox.org/viewtopic.php?p=59796#59796

  4. Andy Says:

    Apparently, using the clonehd command will shrink your vdi when it copies it, so that should be the simplest workaround out there.

  5. Adam Says:

    In your screenshot on the right hand side you have something monitoring your system and putting it on the desktop. What program is it and have you made any changes to the config file? If so, can you post that as well?

    Thanks!!


Leave a Reply