Hi,
I am having an issue creating a synced folder on a windows 10 D:\ drive
I have the following in my Vagrantfile
config.vm.synced_folder "~/code/", "D:/code/"
When I vagrant up I see:
dev: D:/code => /Users/myusername/code
It looks like it creates the folder on the D:\ drive but when I look at it's properties, it shows //psf/D:_code which obviously is not correct.
Firstly, is what I am trying to do possible? If so what am I doing wrong?
I am having an issue creating a synced folder on a windows 10 D:\ drive
I have the following in my Vagrantfile
config.vm.synced_folder "~/code/", "D:/code/"
When I vagrant up I see:
dev: D:/code => /Users/myusername/code
It looks like it creates the folder on the D:\ drive but when I look at it's properties, it shows //psf/D:_code which obviously is not correct.
Firstly, is what I am trying to do possible? If so what am I doing wrong?