I'm not following why /www/ would be in the same directory as Vagrantfile. I find /somedir/ is always mapped to C:/. I tried again this line:
config.vm.synced_folder "C:/share/", "/var/log/", mount_options: ["dmode=777", "fmode=666"] I could be wrong but figured if it was a permissions issue the mount_options might help. Results turned out the same though. In C:/share there is one empty sub folder '/'postgresql' , it's empty though. With the sync in place, if I cd into /var/log all that is showing (ls -a, ls la) is the empty postgresql. If I disable the sync, then the full /var/log is there. I can create new files and folders, and they will be synced between c:/share and /var/log. I am curious why vagrant-vbguest shows up in the log. I thought that was a separate plugin. Anyway, thank you and here is all the output and logs: https://gist.github.com/stuartambient/6ed5aff23f273047dfdfcdc2dabfac3f On Friday, June 2, 2017 at 12:43:17 AM UTC-6, Alvaro Miranda Aguilera wrote: > > 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] > <javascript:>> 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] <javascript:>. >> 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/a7e64e6c-205d-4e28-9681-d3b33709e941%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
