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

后端 未结 3 1710
南旧
南旧 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:24

    The command mentioned below works for linux mint 18.3:

    sudo apt-get install nfs-common nfs-kernel-server
    

提交回复
热议问题