I get the error "Failed to mount folders in Linux guest" every time I halt or reload a box. I have a simple setup:
config.vm.box = "chef/centos-6.5" config.vm.provision :shell, :path => "VagrantProvision/bootstrap.sh" config.vm.network "forwarded_port", guest: 8181, host: 8181 I have to destroy and recreate the box to get it to work... any ideas what I'm doing wrong? -- 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.
