When “vagrant up” it says “It appears your machine doesn't support NFS” (Debian jessie)

后端 未结 3 1664
南旧
南旧 2021-02-09 11:10

Issue

when vagrant up it says \"It appears your machine doesn\'t support NFS\"

Setups

  • Debian GNU/Linux 8 (jessie)
  • Vagrant
3条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-09 11:45

    For Windows users seeing that error, run the following command to add support for NFS for Vagrant:

    vagrant plugin install vagrant-winnfsd
    

    The GitHub repo for this plugin is found here.

    Also, to see the currently installed Vagrant plugins run this:

    vagrant plugin list
    

提交回复
热议问题