-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Figure out shared folders #15
Comments
The problem it seems is that some Vagrant VMs don't have the feature enabled by default. By running the following commands you should be able to turn it on.
Perhaps we can also explore |
Also there are problems if the VM is unable to be connected to because it is missing a network adapter. |
It seems like vmrun is not properly linking the current directory to the vmx. Once it gets set, it doesn't change. Looks like we might need to rewrite the vmx here again as well. |
does |
I am not sure, those commands should only work if VMWare Tools is installed. There aren't a lot of things besides start and stop that will work if Tools aren't installed. |
Yeah, I think vagrant expects you to have VMware tools installed in order to provide support for shared folders. So it should be an assumed requirement and not something that's actually enforced by |
I just discovered Mech today. Awesome work. I've been experimenting with shared folders. I've tried several boxes and tried reinstalling both I was able to manually get shared folders working by doing:
This tells me that the BTW, The README.md recommends:
I think this should be:
|
Not entirely sure if this is working or it isn't. But it would greatly increase usage if mech supported shared folders properly.
The text was updated successfully, but these errors were encountered: