User Tools

Site Tools


virtualbox

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
virtualbox [2010/10/12 23:10] aorthvirtualbox [2010/11/12 09:52] aorth
Line 58: Line 58:
 ==== CentOS ==== ==== CentOS ====
 <code># yum update VirtualBox-3.2</code> <code># yum update VirtualBox-3.2</code>
 +===== Resume VMs =====
 +<code># su - jmagochi
 +$ VBoxHeadless -s nobu &
 +$ VBoxHeadless -s lims &
 +$ exit
 +# su - aorth
 +$ VBoxHeadless -s b0237553-9653-4461-bd0e-d4d316c16d4f -v off &</code>
 +
 +===== Mount a CD to a running VM =====
 +Attach an ISO to a running VM.  The CD/DVD device is on the Secondary IDE controller (--port 1), and it is the slave device (--device 1).
 +<code>VBoxManage storageattach "Debian 504" --storagectl "IDE Controller" --port 1 --device 1 --type dvddrive --medium /usr/share/virtualbox/VBoxGuestAdditions.iso</code>