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 revisionBoth sides next revision
virtualbox_general_notes [2017/09/14 14:18] juckinsvirtualbox_general_notes [2018/01/10 09:54] juckins
Line 9: Line 9:
  
   # VBoxManage modifyhd /path/to/file.vdi --resize 30000   # VBoxManage modifyhd /path/to/file.vdi --resize 30000
 +  
 +Note, if you have a vmdk file you need to follow this:
 +
 +  # VBoxManage clonehd "source.vmdk" "cloned.vdi" --format vdi
 +  # VBoxManage modifyhd "cloned.vdi" --resize 51200
 +  # VBoxManage clonehd "cloned.vdi" "resized.vmdk" --format vmdk
  
   * Start VirtualBox manager   * Start VirtualBox manager
virtualbox_general_notes.txt · Last modified: 2022/01/15 10:30 by juckins