相关疑难解决方法(0)

Vagrant错误:无法在Linux guest虚拟机中装入文件夹

我有一些Vagrant共享文件夹的问题,我的基本系统是Ubuntu 13.10桌面.

我不明白为什么我有这个错误是没有正确配置的东西?是NFS问题还是Virtualbox Guest Additions?我尝试过不同的盒子,但同样的问题.

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
Run Code Online (Sandbox Code Playgroud)

以下是完整的流程vagrant up:

$ vagrant up
Bringing machine 'default' up …
Run Code Online (Sandbox Code Playgroud)

ubuntu virtualbox nfs vagrant

276
推荐指数
8
解决办法
13万
查看次数

标签 统计

nfs ×1

ubuntu ×1

vagrant ×1

virtualbox ×1