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.
5 Answers
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.

- 1,703
- 11
- 7
-
tips: vm file is usually located in ~/Documents/Virtual Machines.localized directory. – jianpx Nov 07 '12 at 09:31
-
5I just tried that on VMware Fusion 5.0.3. It opens the existing VM. It does not clone or copy the existing VM. – jww Jun 13 '13 at 16:57
-
I have to add this note that before copying files, make sure that the vm is shutdown or suspended. – Afshin Mehrabani Apr 11 '14 at 14:35
-
You need to shutdown your VM and manually copy the file located in ~/Documents/Virtual Machines. Only then you can use File->open to open the clone. @stephen-weasler's solution does not involve manual copy-paste – Pit Aug 31 '16 at 06:15
- 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.

- 141
- 1
- 2
-
2Perfect, thanks. Works great on VMware Fusion 5.0.3. Its too bad VMware does not even put an entry in its help file for "clone." – jww Jun 13 '13 at 17:07
-
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
as there may be issues with networking
Justin

- 3,074
- 2
- 23
- 24
-
2http://weblog.jamisbuck.org/2008/8/15/cloning-ubuntu-hardy-image-in-vmware-fusion – John Topley Sep 20 '08 at 17:52
-
That's correct: http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1001524 – samitny Aug 31 '12 at 16:56
I don't know fusion in detail, but in VMWare Server you can just copy the files somewhere else.

- 30,601
- 24
- 116
- 172
-
Yeah just copy the file, and then when you open the file VMWare asks you if this has been copied. Easy as! Thx – Evolve Oct 14 '11 at 00:17
Here are the instructions on VMware's site:
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 option key -- 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 It option, a new UUID and MAC address are generated, which can cause Windows to require re-activation and may cause network issues.

- 1,873
- 1
- 15
- 15