I am using vagrant to run a lucid32 install. I have installed LAMP and got that working. What do I need to do in order to mount a windows share on the host machine inside the lucid32 install?
I tried adding A windows path to the vagrant file but get:
C:/Users/myuser/Sites/Vagrantfile:37: invalid Unicode escape config.vm.share_folder "vagwin","/windows", "c:\users\lukem\Sites"
You need to double-escape the slashes, atleast I had to on Windows 7, ie, each \ should be \\
You can also use forward slashes to avoid having to escape the backslashes.
config.vm.synced_folder "c:/Users/david", "/home/david"
will map your Windows home directory to your home directory on the VM (assuming your name is david).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With