User Tools

Site Tools


virtualization:virtualbox

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
virtualization:virtualbox [2012/10/15 13:33]
gcooper
virtualization:virtualbox [2014/04/23 15:04] (current)
gcooper
Line 15: Line 15:
 :!: If you need server virtualization, see: :!: If you need server virtualization, see:
  
-**[[virtualization:citrix:xenserver|XenServer]]**+**[[virtualization:xenserver:xenserver|XenServer]]**
  
 **[[virtualization:proxmox|Proxmox Virtualization Environment]]** **[[virtualization:proxmox|Proxmox Virtualization Environment]]**
Line 55: Line 55:
 Download and install the VirtualBox Extension Pack.  You can just double-click the file after VirtualBox is installed. Download and install the VirtualBox Extension Pack.  You can just double-click the file after VirtualBox is installed.
  
-http://download.virtualbox.org+https://www.virtualbox.org/wiki/Downloads
  
 === Fedora === === Fedora ===
Line 146: Line 146:
  
 ==== Ubuntu Guest ==== ==== Ubuntu Guest ====
- 
- 
  
 === Guest Additions === === Guest Additions ===
Line 155: Line 153:
 <file> <file>
 sudo apt-get install build-essential linux-headers-`uname -r` sudo apt-get install build-essential linux-headers-`uname -r`
 +</file>
 +
 +==== Debian Guest ====
 +
 +=== Guest Additions ===
 +
 +http://virtualboxes.org/doc/installing-guest-additions-on-debian/
 +
 +As ''root'':
 +
 +<file>
 +apt-get install build-essential module-assistant
 +
 +m-a prepare
 +
 +mount /media/cdrom
 +
 +sh /media/cdrom/VBoxLinuxAdditions.run
 </file> </file>
  
Line 175: Line 191:
 ==== Compact a VM Disk ==== ==== Compact a VM Disk ====
  
-http://novemberechoromeodelta.com/20081220-shrinking-virtualbox-vdi-files+http://www.maketecheasier.com/shrink-your-virtualbox-vm/
  
 http://download.sysinternals.com/Files/SDelete.zip http://download.sysinternals.com/Files/SDelete.zip
  
-Defrag the disk within the VM.+  - Defrag the disk within the VM 
 +    * maybe more than once 
 +  - Zero out the empty space within the VM 
 +    * Windows: ''sdelete -z c:'' 
 +    * Linux: ''zerofree /dev/sda1'' 
 +  - Shut down the VM cleanly 
 +  - ''VboxManage modifyvdi /path/to/your/VM.vdi compact''
  
 ==== VMware VM ==== ==== VMware VM ====
virtualization/virtualbox.1350329615.txt.gz · Last modified: 2012/10/15 13:33 by gcooper