Re: [vagrant-up] Requested NFS version or transport protocol not supported

2018-02-15 Thread Monte Gardner
that didn't fix it. I get the same result. On Wednesday, February 14, 2018 at 3:21:35 PM UTC-8, Alvaro Miranda Aguilera wrote: > > try simple to complex: > > config.vm.synced_folder ".", "/vagrant", :type => "nfs" > > > if fails, make sure you are some levels above your home > > ie /users//test/a

Re: [vagrant-up] Requested NFS version or transport protocol not supported

2018-02-14 Thread Alvaro Miranda Aguilera
try simple to complex: config.vm.synced_folder ".", "/vagrant", :type => "nfs" if fails, make sure you are some levels above your home ie /users//test/another/here On Wed, Feb 14, 2018 at 10:31 PM, Monte Gardner wrote: > I have a vagrant set up that was built by someone else at my company.