Hi You can ask all the question you have, feel free to send more :D
www will be local where your Vagrantifle is, like included in the project. If you want to share that other path then try config.vm.synced_folder "C:/mysyncedfolder", "/usr/rails_projects/ DevcampPortfolio" If you can do vagrant halt vagrant up and share the log, that will confirm all is good. If you do changes to Vagrantifle, the way to apply them is to run: vagrant reload Also, share the output of vagrant ssh -c 'df -Ph' vagrant ssh -c 'mount' To have a look on the guest side Thanks! Alvaro On Fri, Jun 2, 2017 at 1:42 AM, French Fry <[email protected]> wrote: > > When it says first parameter should be relative to project path, are we > speaking about the folder where the vagrantfile is stored? I think *maybe > *that was my mistake. The shares I made were going in host to > C:/mysyncedfolder. Or, it is a matter of permissions and/or owner and > other particulars. Until I figure this out I'm using the default share > /vagrant. > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/vagrant-up/098add1c-a995-4933-a846-680850ef0543%40googlegroups.com > <https://groups.google.com/d/msgid/vagrant-up/098add1c-a995-4933-a846-680850ef0543%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Alvaro -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0ey_myMdf6S6sw6Cedqj1xoniPPXRt0UeUjgisM0mJjskQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
