При запуске виртуальной машины через Vagrant может произойти сбой:
==> 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 ‘vers=3,udp,nolock’ 172.28.128.1:‘/R/discourse/sandbox/code’ /vagrant
Stdout from the command:
Stderr from the command:
stdin: is not a tty
mount.nfs: access denied by server while mounting 172.28.128.1:/R/discourse/sandbox/code
Причиной этого сбоя является плагин vagrant-winnfsd
.
Для устранения этого сбоя надо:
Шаг 1.
Остановить процесс плагина vagrant-winnfsd
:
taskkill /f /im winnfsd.exe
Эту команду надо выполнять с полномочиями администратора Windows.
Шаг 2.
Иництализировать и запустить виртуальную машину заново:
vagrant reload