Skip to content
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

Syncronization between VM folder and windows desktop folder. #24

Open
JSry opened this issue Feb 11, 2014 · 1 comment
Open

Syncronization between VM folder and windows desktop folder. #24

JSry opened this issue Feb 11, 2014 · 1 comment

Comments

@JSry
Copy link

JSry commented Feb 11, 2014

The line:
config.vm.share_folder "open_camp_directory", "/home/vagrant/open_camp", "Windows Folder Path"

Does not work for me. Adding this line instead does:
config.vm.synced_folder "", "/home/vagrant/open_camp", create: true

@BenLiyanage
Copy link

Yup, this line works better:

config.vm.synced_folder "C:/RubyOnRailsVM", "/home/vagrant/open_camp"

I had to make c:\RubyOnRailsVM on my windows box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants