macos 如何使用 VMware Fusion 克隆虚拟机?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/108832/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How Do You Clone A VM Using VMware Fusion?
提问by John Topley
Is it possible to clone a virtual machine using VMware Fusion on Mac OS X? I'm trying the 30 day evaluation version but there doesn't appear to be a clone feature. I tried using the Finder to copy a VM's package structure but the copy didn't appear in the Virtual Machine Library.
是否可以在 Mac OS X 上使用 VMware Fusion 克隆虚拟机?我正在尝试 30 天评估版,但似乎没有克隆功能。我尝试使用 Finder 复制 VM 的包结构,但该副本没有出现在虚拟机库中。
采纳答案by jaredg
Just use File->open to open the copy of the VM. It will probably ask you if you want to change the VM's unique ID. If you plan to run both the original and the clone at the same time, and it's not a Windows OS that needs activation, you should say yes.
只需使用 File->open 打开 VM 的副本。它可能会询问您是否要更改 VM 的唯一 ID。如果您计划同时运行原始版本和克隆版本,并且它不是需要激活的 Windows 操作系统,那么您应该说是。
回答by Stephen Weasler
- In the Virtual Machine Library window select the add button (upper left)
- Select "New"
- Select "Continue without Disc" button
- Select "Use an existing virtual disk:"
- browse to where the Vm you want to clone is located. On the bottom half of the screen you have 3 options. To create a totally separate VM select the first one " Make a separate copy of the viral disk" and just follow the instructions.
- 在虚拟机库窗口中选择添加按钮(左上角)
- 选择“新建”
- 选择“不使用光盘继续”按钮
- 选择“使用现有的虚拟磁盘:”
- 浏览到要克隆的 Vm 所在的位置。在屏幕的下半部分,您有 3 个选项。要创建一个完全独立的 VM,请选择第一个“制作病毒磁盘的单独副本”,然后按照说明进行操作。
回答by macarthy
just copy the folder cp -R folder newfolder (in your docs folder) Open the folder in Vmware and say you copied it Have a look on weblog.jamisburk.org, august 15
只需复制文件夹 cp -R 文件夹 newfolder(在您的 docs 文件夹中)在 Vmware 中打开该文件夹并说您复制了它 看看 weblog.jamisburk.org,8 月 15 日
as there may be issues with networking
因为可能存在网络问题
Justin
贾斯汀
回答by Sklivvz
I don't know fusion in detail, but in VMWare Server you can just copy the files somewhere else.
我不知道融合的细节,但在 VMWare 服务器中,您可以将文件复制到其他地方。
回答by Joseph
Here are the instructions on VMware's site:
以下是 VMware 网站上的说明:
http://kb.vmware.com/kb/1001524
http://kb.vmware.com/kb/1001524
To copy the virtual machine:
Power off your virtual machine.
Note: Making a copy of a virtual machine while it is running or suspended can create a copy that may not boot.Find the virtual machine bundle. For more information, see Locating the virtual machine bundle in VMware Fusion (1007599).
Drag the virtual machine bundle to the location where you want the copied bundle to be. If you are copying it to the same folder or somewhere else on your hard drive, hold down the optionkey -- this tells Mac OS to copy the file rather than moving it. If you are moving the bundle to another drive or a network share, Mac OS copies the file automatically. The cursor is superimposed with a green circle and a plus sign, indicating that a copy will be made.
Note: This does not affect your current virtual machine.If you power on the copied virtual machine, Fusion asks if you have moved the virtual machine or copied it. Select that you Moved It(unless you need to run the copied virtual machine at the same time as the original). This indicates that it is the same virtual machine, just starting from a new location, and keeps all of the settings the same.
Note: When you select the Copied Itoption, a new UUID and MAC address are generated, which can cause Windows to require re-activation and may cause network issues.
要复制虚拟机:
关闭虚拟机。
注意:在虚拟机运行或挂起时制作它的副本可能会创建一个可能无法启动的副本。找到虚拟机包。有关详细信息,请参见Locating the virtual machine bundle in VMware Fusion (1007599)。
将虚拟机包拖到您希望复制的包所在的位置。如果您要将其复制到同一文件夹或硬盘驱动器上的其他位置,请按住选项键 - 这会告诉 Mac OS 复制文件而不是移动它。如果您要将捆绑包移动到另一个驱动器或网络共享,Mac OS 会自动复制文件。光标与绿色圆圈和加号叠加,表示将进行复制。
注意:这不会影响您当前的虚拟机。如果您打开复制的虚拟机电源,Fusion 会询问您是否移动或复制了虚拟机。选择您已移动它(除非您需要与原始虚拟机同时运行复制的虚拟机)。这表明它是同一个虚拟机,只是从一个新位置开始,并保持所有设置相同。
注意:当您选择Copied It选项时,会生成新的 UUID 和 MAC 地址,这可能会导致 Windows 需要重新激活并可能导致网络问题。