From 8d802f89efd71d62382dc8793792c738a46beb52 Mon Sep 17 00:00:00 2001 From: Jeff Zohrab Date: Fri, 12 Feb 2016 08:53:40 -0500 Subject: [PATCH] Clarifying synced folders docs. Addresses https://github.com/mitchellh/vagrant/issues/6945 --- website/source/docs/getting-started/synced_folders.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/getting-started/synced_folders.html.md b/website/source/docs/getting-started/synced_folders.html.md index 9a988317a..57fc99fa8 100644 --- a/website/source/docs/getting-started/synced_folders.html.md +++ b/website/source/docs/getting-started/synced_folders.html.md @@ -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