User Tools

Site Tools


linux:virtualization:virtualbox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:virtualization:virtualbox [2016/01/14 19:20]
tkilla created
linux:virtualization:virtualbox [2017/05/14 16:39] (current)
tkilla [Minimize VDI disc space]
Line 3: Line 3:
 ===== Minimize VDI disc space ===== ===== Minimize VDI disc space =====
  
-  - Defrag: for example with MyDefrag - it has a option to put empty space at the end +Windows in Vbox gets huuuge, the disc image grows, although there is a lot of free space shown inside Windows. 
-  use sdelete -z from https://technet.microsoft.com/en-us/sysinternals/sdelete.aspx to zero empty space +It is often possible to reclaim this free space: 
-  - VBoxManage modifyvdi --compact /path/to/disc.vdi   # use uuid of disc, if this doesn't work+ 
 + 
 +**1. Defrag** 
 + 
 +for example with **MyDefrag** - it has a option to put empty space at the end 
 + 
 + 
 +**2. zero empty space** 
 + 
 +use sdelete from https://technet.microsoft.com/en-us/sysinternals/sdelete.aspx 
 + 
 +  sdelete -z c: 
 + 
 + 
 +**3. Compact VDI** 
 +  VBoxManage modifyvdi --compact /path/to/disc.vdi   # use uuid of disc, if this doesn't work
linux/virtualization/virtualbox.1452795651.txt.gz · Last modified: 2016/01/14 19:20 by tkilla