Last active
August 7, 2024 04:54
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to escape your spaces in the first line:
cd /Applications/VMware\ Fusion.app/Contents/Library/VMware\ OVF\ Tool