ただWindowsでvagrant使ってる人は注意な

Unable to mount /vagrant folder in 1.7.3
https://github.com/mitchellh/vagrant/issues/5933

こんなふうに表示されて起動はするけど/vagrantディレクトリがマウントされない。

The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

chown `id -u vagrant`:`id -g vagrant` /vagrant

Stdout from the command:



Stderr from the command:

stdin: is not a tty
chown: changing ownership of ???/vagrant???: Not a directory