1

VAPROBASH ( https://github.com/fideloper/Vaprobash ) を使用して新しい VM をインストールしようとしていますが、NFS 共有フォルダーをマウントするとインストールが失敗します

Mac OsX 10.9.2、Vagrant 1.6.2、VirtualBox 4.2.20 を使用しています

=> default: Mounting NFS shared folders...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

mount -o 'nolock,vers=3,udp,noatime' 192.168.22.1:'/Users/user/Sites/myfolder' /vagrant

Stdout from the command:

Stderr from the command:

stdin: is not a tty
mount.nfs: requested NFS version or transport protocol is not supported

どんな助けでも大歓迎です!ありがとう!プロジェクトを開始する必要があります。

4

1 に答える 1

2

私は解決策を見つけました:

127.0.0.1 localhost という行を /etc/hosts ファイルに追加してもうまくいきました

私はvagrant 1.6.2とvbox 4.3.10を使用しています

https://github.com/mitchellh/vagrant/issues/1941#issuecomment-43098597

于 2014-05-20T11:49:43.677 に答える