vagrant - Ubuntu guest can't see Vagrantfile in Window's host project directory -


i installed vagrant 1.4.3 on windows 7 64-bit , created ubuntu 13.10 (saucy) box using following:

vagrant box add saucy64-20140226 http://cloud-images.ubuntu.com/vagrant/saucy/20140226/saucy-server-cloudimg-amd64-vagrant-disk1.box

vagrant init saucy64-20140226

after doing:

vagrant up

i ssh'ed vagrant box using putty. point fine, when do:

$ ls

in /vagrant directory (on guest), not see 'vagrantfile' or other files host machine.

also, files created in guest's /vagrant directory not show in host's synced directory.

i noticed following when box/vm starting up:

[default] guest additions on vm not match installed version of virtualbox! in cases fine, in rare cases can prevent things such shared folders working properly. if see shared folder errors, please make sure guest additions within virtual machine match version of virtualbox have installed on host , reload vm.

after researching little more, found following solves issue:

https://github.com/dotless-de/vagrant-vbguest

here's more detailed post:

http://kvz.io/blog/2013/01/16/vagrant-tip-keep-virtualbox-guest-additions-in-sync/

thanks folks created 'vagrant-vbguest' vagrant plugin!!!


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -