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

16 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!!

  6. Majed Sahli Says:

    For Windows Guests.. You can download SDelete utility from Microsoft to zero unused space with the option -c from here:

    http://technet.microsoft.com/en-us/sysinternals/bb897443.aspx

    Then you can use the following command from the Host OS..

    VBoxManage modifyhd –compact

  7. Andrea Says:

    It worked wonderfully for me!!!

    HOST: Ubuntu 8.04
    GUEST: Windows Xp
    VirtualBox: 3.04 r50677

    I was annoyed by my virtual OS taking 24GB (the maximum space of my dynamic expanding storage disk ) when the real OS disk usage was about 8GB…

    Now it is 8GB again… amazing.

    I hope it won’t grow again otherwise I will run the procedure once in a while.

    Thank you very much,
    Cheers

  8. Orlando Says:

    I got problems running nullfile 1.02.exe

    at some stage the process stop and this message appears

    Runtime error 101 at…..

    and nothing happens…. thae dummy file is not erased.

    Any comments?

  9. Flattening the learning curve » Blog Archive » mounting VirtualBox shared folders - Windows guest Says:

    [...] This will define the drive X as the shared foldernet use x: \vboxsvr<folder> where <folder> has been defined using the virtual box  guess additionswhile on the subject of VirtualBox  - this shows how to shrink the vdihttp://kakku.wordpress.com/2008/06/23/virtualbox-shrink-your-vdi-images-space-occupied-disk-size/ [...]

  10. techspalace Says:

    and which version of vbox are we talking about ?

    -Regards,
    techspalace.blogspot.com (not only Ubuntu blog)


Leave a Reply