Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


virtualbox_general_notes

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_general_notes [2017/07/07 15:05] juckinsvirtualbox_general_notes [2017/09/14 14:12] juckins
Line 2: Line 2:
  
 __How to resize a Virtual Drive__\\ __How to resize a Virtual Drive__\\
 +Shutdown the VM you want to resize
 +
 +Navigate to the .vdi file you want to resize
 +
 +Remember to do the VBoxManage command as root:
 +
 +
 https://forums.virtualbox.org/viewtopic.php?f=35&t=50661\\ https://forums.virtualbox.org/viewtopic.php?f=35&t=50661\\
 http://derekmolloy.ie/resize-a-virtualbox-disk/\\ http://derekmolloy.ie/resize-a-virtualbox-disk/\\
 +
 Remember to do the VBoxManage command as root. Remember to do the VBoxManage command as root.
  
Line 10: Line 18:
 __Running in Headless Mode__\\ __Running in Headless Mode__\\
  
-# List virtual machines +# List virtual machines\\ 
-VBoxManage list vms+VBoxManage list vms\\
 "MyVM" {e4b0c92c-4301-4a7d-8af8-fe02fed00451} "MyVM" {e4b0c92c-4301-4a7d-8af8-fe02fed00451}
  
-# Start VM in headless mode+# Start VM in headless mode\\
 VBoxManage startvm MyVM --type headless VBoxManage startvm MyVM --type headless
  
-# Power off VM+# Power off VM\\
 VBoxManage controlvm MyVM poweroff VBoxManage controlvm MyVM poweroff
  
virtualbox_general_notes.txt · Last modified: 2022/01/15 10:30 by juckins