Vagrantでmountのエラーが出た

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

mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` v-root /vagrant

vboxの問題らしいので再ビルドしてみる。 sshでvagrantにログインして

sudo /etc/init.d/vboxadd setup

再起動

vagrant halt
vagrant up

なおった。