I have one VirtualBox VM (Windows) that I would like to share asynchronously with multiple users on an OS X Machine. How should this system be set up?

link|improve this question

60% accept rate
feedback

1 Answer

up vote 4 down vote accepted

If they will be using the VM at separate times, put all the VM files in some shared location. (I usually use /vm.) The easy way to do that is to set VirtualBox's preferences to look there as the default VM location.

If you want them to be able to use it simultaneously, that's less trivial, so mention if you do.

link|improve this answer
I recommend /Users/Shared/ for path. It's a user space directory designed to be both readable and writeable by all users on a Mac, and is the only location that exists by default to behave this way. – Daniel Beck Feb 8 '11 at 5:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.