Clarifying synced folders docs.

Addresses https://github.com/mitchellh/vagrant/issues/6945
This commit is contained in:
Jeff Zohrab 2016-02-12 08:53:40 -05:00 committed by Jeff Zohrab
parent b99ed21506
commit 8d802f89ef
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ will automatically sync your files to and from the guest machine.
By default, Vagrant shares your project directory (remember, that is the
one with the Vagrantfile) to the `/vagrant` directory in your guest machine.
Note that when you `vagrant ssh` into your machine, you're in `/home/vagrant`.
`/home/vagrant` is a different directory from the synced `/vagrant` directory.
If your terminal displays an error about incompatible guest additions (or no
guest additions), you may need to update your box or choose a different box such
as `hashicorp/precise64`. Some users have also had success with the