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

Synced folder host path deleting second '/' when resolving on windows on a network drive #50

Open
phobos2390 opened this issue Apr 3, 2017 · 1 comment
Labels

Comments

@phobos2390
Copy link

I've been attempting to create a shared folder mapping to a networked windows drive and it has been failing.
The line specifically is
config.vm.synced_folder "//network-drive/home/phobos2390", "/home/vagrant/shared", create: true
When running vagrant up it gives a file not found error for "//network-drive/homephobos2390" meaning that the / between home and phobos2390 is being deleted.

@mefellows
Copy link
Owner

Thanks @phobos2390, I won't have time to look into this any time soon. A PR would be great, otherwise I'll get to it... when I get to it :)

@mefellows mefellows added the bug label Apr 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants