我在我的流浪汉中遇到了一个奇怪的错误.所以我使用VirtualBox创建了一个新的ubuntu / trusty64虚拟机(如果有人关心的话,在OS X上).
一切都很好……
然后我根据instructions安装了Docker,主要涉及运行
wget -qO- https://get.docker.com/ | sh
这也很好.
然后我去重新启动VM,退出ssh shell,然后运行vagrant reload,我收到此错误消息.
Failed to mount folders in Linux guest. This is usually because
the "vBoxsf" file system is not available. Please verify that
the guest additions are properly installed in the guest and
can work properly. The command attempted was:
mount -t vBoxsf -o uid=`id -u vagrant`,gid=`getent group vagrant | cut -d: -f3` vagrant /vagrant
mount -t vBoxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` vagrant /vagrant
The error output from the last command was:
stdin: is not a tty
/sbin/mount.vBoxsf: mounting Failed with the error: No such device
有什么想法吗?