We are using NFS, rather than VBFS. In our Vagrant file, we have the following:
config.vm.synced_folder ".", "/vagrant", :nfs => conf['nfs'], :nfs_version => "3,nolock,udp" Ash Christopher Director of Engineering waveapps.com <https://www.waveapps.com/> [email protected] Join us on Twitter: https://twitter.com/WaveHQ <http://twitter.com/waveHQ> Find us on Facebook: facebook.com/WaveHQ <https://www.facebook.com/WaveHQ> On Thu, Jan 29, 2015 at 3:48 PM, Alvaro Miranda Aguilera <[email protected]> wrote: > Hello, > > Try NFS. > > https://docs.vagrantup.com/v2/synced-folders/nfs.html > > the only restriction that I am aware of, is to not share nested path > > say on one VM > > /path/projects/ > > and in other > > /path/projects/project_awesome > > other than that, it should work. > > > > On Fri, Jan 30, 2015 at 9:41 AM, Ash Christopher <[email protected]> wrote: > >> The host is OSX (10.10.1) and the VM OS is Centos5. >> >> Ash Christopher >> Director of Engineering >> waveapps.com <https://www.waveapps.com/> >> [email protected] >> >> >> >> Join us on Twitter: https://twitter.com/WaveHQ >> <http://twitter.com/waveHQ> >> Find us on Facebook: facebook.com/WaveHQ >> <https://www.facebook.com/WaveHQ> >> >> On Thu, Jan 29, 2015 at 3:39 PM, Alvaro Miranda Aguilera < >> [email protected]> wrote: >> >>> Hello, >>> >>> Not sure what virtualization are you using, but that is typical what you >>> see with Virtualbox filesystem. >>> >>> I am afraid that due not being a real filesystem, the guest have those >>> problems with files that change often. >>> >>> What OS are you using on both, host and guest? >>> >>> Thanks, >>> Alvaro. >>> >>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "Vagrant" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/vagrant-up/UgINc-ppptU/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> 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]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Vagrant" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/vagrant-up/UgINc-ppptU/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
