You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: