<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://entorb.net//wiki/index.php?action=history&amp;feed=atom&amp;title=VirtualBox</id>
	<title>VirtualBox - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://entorb.net//wiki/index.php?action=history&amp;feed=atom&amp;title=VirtualBox"/>
	<link rel="alternate" type="text/html" href="https://entorb.net//wiki/index.php?title=VirtualBox&amp;action=history"/>
	<updated>2026-05-06T10:24:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://entorb.net//wiki/index.php?title=VirtualBox&amp;diff=4865&amp;oldid=prev</id>
		<title>Torben at 20:28, 30 October 2024</title>
		<link rel="alternate" type="text/html" href="https://entorb.net//wiki/index.php?title=VirtualBox&amp;diff=4865&amp;oldid=prev"/>
		<updated>2024-10-30T20:28:37Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Software]]&lt;br /&gt;
===How to reduce the size of the virtual disk image===&lt;br /&gt;
[http://superuser.com/questions/388733/virtualbox-how-to-free-up-unused-vdi-disk-place]&lt;br /&gt;
[http://my.opera.com/locksley90/blog/2008/06/01/how-to-compact-a-virtualbox-virtual-disk-image-vdi]&lt;br /&gt;
&lt;br /&gt;
# Delete / uninstall some stuff&lt;br /&gt;
# Defrag hard drive (Windows VM only) e.g. using [http://www.defraggler.com Defraggler]&lt;br /&gt;
# Write zeros to hard drive blocks of free space to enayble compression of the disk image&lt;br /&gt;
# Compact the VDI virtual disk image (in host system) by running &lt;br /&gt;
 VBoxManage modifyvdi image.vdi --compact&lt;br /&gt;
&lt;br /&gt;
To zero-fill the free space:&lt;br /&gt;
&amp;lt;br&amp;gt;Linux&lt;br /&gt;
 cat /dev/zero &amp;gt; zero.fill;sync;sleep 1;sync;rm -f zero.fill &lt;br /&gt;
Windows: use [http://www.feyrer.de/g4u/nullfile-1.02.exe nullfule]&lt;br /&gt;
&lt;br /&gt;
===Solution for Slow Ubuntu in VirtualBox ===&lt;br /&gt;
see [http://blog.jdpfu.com/2012/09/14/solution-for-slow-ubuntu-in-virtualbox]&lt;br /&gt;
&lt;br /&gt;
===Change UUID of Disk Image (for duplication of images)===&lt;br /&gt;
 VBoxManage internalcommands sethduuid image.vdi&lt;/div&gt;</summary>
		<author><name>Torben</name></author>
	</entry>
</feed>