我试图使用别人的一个Vagrant盒子,它的工作正常,当我第一次启动它,但是当我停止它,并重新启动它与流氓停止和流氓,或流氓重载,我收到以下错误信息:
- 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:
- /sbin/mount.vBoxsf: mounting Failed with the error: No such device
现在,搜索这个错误信息会导致很多人遇到Bug VirtualBox 4.3.10的麻烦,但这不是我遇到的问题.@H_301_5@