views:

774

answers:

2

I've been hearing a lot about about how the new version of VMWare Fusion can run virtual operating systems in "headless mode".

A Google search makes it clear that other virtualisation products also have similar features, however, I have not been able to find a good description of what this actually means? What is happening when you do this?

A: 

For anyone that is interested, you can activate headless mode in VMWare Fusion by running the following command in Terminal.app

defaults write com.vmware.fusion fluxCapacitor -bool YES
Binarytales
+2  A: 

Headless mode means that the virtual machine is running in the background without any foreground elements visible (like the Vmware Fusion application)
You would have no screen to see running the front end; i.e. the screen/console would not be visible, even though the operating system is running, and would typically have to access the machine via SSH.

Petesh