synced folder in Vagrant: The host path of the shared folder is missing

1,115 views
Skip to first unread message

draft...@gmail.com

unread,
Jan 31, 2017, 7:12:19 PM1/31/17
to Vagrant
 

I'm starting a vm with Vagrant, when I want to shared a folder the message "The host path of the shared folder is missing: vagrant_getting_started/" appears

Here are the details of the vm (the provider is virtualbox), in the Vagrantfile:



Vagrant.configure("2") do |config| config.vm.box = "hashicorp/precise64" config.vm.box_version = "1.1.0" config.vm.synced_folder "vagrant_getting_started/", "/home/jesi/vagrant/vagrant_getting_started"



the operating system is Ubuntu. how do I solve it? Thank you

Alvaro Miranda Aguilera

unread,
Feb 1, 2017, 4:03:25 PM2/1/17
to vagra...@googlegroups.com
hello

from where you got that Vagrantfile or information from?

That is trying to share a folder that seems you dont have, so probably you dont need that

the vagrant way is like this

create a directory

mkdir precise64

then put a vagrantfile

vagrant init -m hashicorp/precise64

then start the VM


vagrant up

Thanks
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 vagrant-up+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/e95a62b3-8ab5-4a9a-bb15-2ac0ad541bc0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Alvaro

Reply all
Reply to author
Forward
0 new messages