Merge pull request #7026 from jzohrab/fix_shared_folder_docs

Clarifying synced folders docs.
This commit is contained in:
Seth Vargo 2016-02-12 11:28:04 -05:00
commit 0f5b5eeb77
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 By default, Vagrant shares your project directory (remember, that is the
one with the Vagrantfile) to the `/vagrant` directory in your guest machine. 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 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 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 as `hashicorp/precise64`. Some users have also had success with the