Most of these steps I grabbed from oracle's blog: http://blogs.oracle.com/virtualbox/entry/how_to_compact_your_virtual
- Within the Guest OS, delete any files you don't need. Also, run a full system cleanup (I like bleachbit).
- Defrag using whatever tool you prefer (I used Smart Defrag)
- Download SDelete, and run the following command to zero out free space:
sdelete -c
- Shutdown the Guest OS.
- From the Host OS, run:
VBoxManage modifyhd Windows7.vdi --compact
And you're done!
No comments:
Post a Comment