Skip to content

Instantly share code, notes, and snippets.

@xl7dev
Last active April 24, 2024 21:52
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save xl7dev/9fcf7cfef5a9b453b4c99505caf7df67 to your computer and use it in GitHub Desktop.
Save xl7dev/9fcf7cfef5a9b453b4c99505caf7df67 to your computer and use it in GitHub Desktop.
HowTo Export a VM in OVA format in VMware Fusion for OS X
> cd /Applications/VMware Fusion.app/Contents/Library/VMware OVF Tool
> ./ovftool --acceptAllEulas /Users/marco/Documents/Virtual\ Machines.localized/Windows\ 8.1\ x64.vmwarevm/Windows\ 8.1\ x64.vmx /Users/marco/Desktop/Win81.ova
@ebell451
Copy link

ebell451 commented Nov 12, 2022

You need to escape your spaces in the first line:
cd /Applications/VMware\ Fusion.app/Contents/Library/VMware\ OVF\ Tool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment