NFS与encryption的Ubuntu主目录
我无法通过vagrant获取NFS设置: 在我的本地机器上,我已经安装了NFS: apt-get install nfs-common nfs-kernel-server 并在我的Vagrantfile设置它被使用: config.vm.share_folder("v-root", "/vagrant", ".", :nfs => true) 在vagrant up我得到: exportfs: /home/<user>/path/to/dir does not support NFS export Mounting NFS shared folders failed. This is most often caused by the NFS client software not being installed on the guest machine. Please verify that the NFS client software is properly installed, and […]