no way to compare when less than two revisions

Differences

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


Previous revision
fuss:virtualbox [2022/04/19 08:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Convert Images ======
 +
 +The following command converts a hard-drive image file in VMWare format (''vmdk'') to a Virtual Box hard-drive image file (''vdi''):
 +
 +<code dos>
 +"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" clonehd --format VDI "harddrive.vmdk" "harddrive.vdi"
 +</code>
 +
 +
 +====== Expand a Hard Drive ======
 +
 +''modifyhd'' can be used as parameter to ''VBoxManage.exe'' in order to resize a hard-drive. This example will expand a Virtual Box hard-drive image file (''vdi'') to ''40GB''. The size after ''--resize'' is given in megabytes:
 +
 +<code dos>
 +"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" modifyhd "harddrive.vdi" --resize 40960
 +</code>
  

fuss/virtualbox.txt · Last modified: 2022/04/19 08:28 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.