Virtualbox 磁盘转换

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2019-07-10 14:20:49 +08:00
parent 0e98745d3e
commit 6f4432db0c
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# Virtualbox 磁盘转换
很多情况下需要在不同虚拟机磁盘镜像类型间进行转换Virtualbox 的 VBoxManage 工具提供了该功能,这个工具根据扩展名识别转换类型,命令格式如下:
VBoxManage convertdd <input.xxx> <output.yyy>
如:
VBoxManage convertdd input.iso output.vdi