When I create a virtual machine through vagrant, and ssh into the machine the "/vagrant" folder does not exist.
Currently Running the following
- Host OS: Ubuntu 16.04
- Virtualbox: Version 5.0.18_Ubuntu r106667
- Guest Additions: 5.0.18
- Vagrant Version: 1.8.1
- Vagrant vb-guest plugin with the Vagrant 1.8.1 plugin patch from: https://github.com/tobwilk/vagrant-plugin-v1.8.1-fix
Note there is no mention of "Mounting Shared Folders" when the machine boots up. The Vagrantfile is the standard file created from "vagrant init".
Any help on to why this may be happening would be much appreciated. Thanks.