Support the ongoing development of Laravel.io →
Installation Configuration

I'm getting this message on Windows 7 (32bit, HAV enabled). Here's that section of my Homestead.yaml:

folders: - map: ~/Code to: c:/rob/Vagrant/Code

C:\rob\Vagrant\Code exists. I'm running this in Vagrant 1.6.3; VirtualBox 4.3.12.

Does anyone know why I'm getting this error? I've tried a few things from Google, but no joy yet.

Thanks!

Rob

Last updated 3 years ago.
0

Try this:

folders: -map ~/Code to C:\\rob\\Vagrant\\Code
Last updated 3 years ago.
0

Hi torosegon

Thanks, but still the same error :)

Last updated 3 years ago.
0

you have your paths flipped. you should be mapping a path on your local machine (C:\rob\Vagrant\Code) to the unix style path (/home/vagrant/Code)

hth

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.