VirtualBoxでのOSイメージの複製

VirtualBoxはOSイメージをUUIDで管理しているようで、単純なイメージファイルコピーだと仮想OSが起動しない。
OSイメージ複製は、以下のコマンドを実行する。

$ VBoxManage clonehd <source vdi-file> <dest vdi-file>
VirtualBox Command Line Management Interface Version 2.1.4_OSE
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.

0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Clone hard disk created in format 'VDI'. UUID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

他にもいろいろとコマンドラインでできそうです。


コマンドラインに隠されたVirtualBoxのチューニング法 | OSDN Magazine