VBox 克隆

简介:

VBox的克隆不像VMware有个按钮那么简便

有两种方法:

一、在CMD窗口中进入VirtualBox 安装目录,然后用VBox自带的克隆命令复制,注意目标的路径和文件名必须写完整,缺点是速度慢了点

C:\Program Files\Sun\VirtualBox>VBoxManage clonehd "E:\VirtualBox\Arch.vdi" "E:\VirtualBox\Arch2.vdi"

二、直接复制vdi,但复制完之后需要改uuid,否则挂不上

C:\Program Files\Sun\VirtualBox>VBoxManage internalcommands setvdiuuid "E:\VirtualBox\Arch2.vdi"

注意双引号必须加上 因为路径中有空格

相关文章
|
Oracle 关系型数据库 Windows
Windows环境下在Oracle VM VirtualBOX下克隆虚拟机镜像(克隆和导入)
Windows环境下在Oracle VM VirtualBOX下克隆虚拟机镜像: 注:直接复制一个.vdi 虚拟硬盘再挂上去就可以,但Virtualbox居然提示UUID重复,无法使用。 则,可以通过Vritualbox自带的一个命令行工具解决,UI上没有提供对应的解决方案 : 注:克隆镜像及导入镜像生成虚拟机 1.定位到Vritualbox的安装目录,不能用全路径的方式直
4546 0
|
3月前
|
Ubuntu
【ubuntu】【问题记录】vbox虚拟机无权限访问共享目录
【ubuntu】【问题记录】vbox虚拟机无权限访问共享目录
36 0
|
11月前
|
开发工具 git Windows
【Windows】查看Git本地安装位置
【Windows】查看Git本地安装位置
|
Shell 开发工具 git
Git----Windows10系统安装Git客户端
Git----Windows10系统安装Git客户端
351 0
Git----Windows10系统安装Git客户端
|
网络安全 开发工具 数据安全/隐私保护
Git - Window 初始化 Git 环境
Git - Window 初始化 Git 环境
137 0
Git - Window 初始化 Git 环境
|
Shell 开发工具 git
Windows 10 配置Git 环境变量(还有:安装git后,鼠标右键没有“git bush here”)
Windows 10 配置Git 环境变量(还有:安装git后,鼠标右键没有“git bush here”)
1830 0
Windows 10 配置Git 环境变量(还有:安装git后,鼠标右键没有“git bush here”)
|
Unix
aix 克隆rootvg(rootvg 存在镜像关系)
0516-404 allocp: This system cannot fulfill the allocation request. There are not enough free partitions or not enough physical volumes .
2835 0
|
网络协议 Linux 编解码