Tôi gặp sự cố khi cài đặt NFS với vagrant:
Trên máy cục bộ của tôi, tôi đã cài đặt NFS:
apt-get install nfs-common nfs-kernel-server
Và trong Vagrantfile của tôi, thiết lập nó sẽ được sử dụng:
config.vm.share_folder("v-root", "/vagrant", ".", :nfs => true)
Trên vagrant up
tôi nhận được:
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 consult any resources
specific to the linux distro you're using for more information on how to
do this.
Tôi có thiếu một hoặc hai bước ở đây không?
Tôi biết một số vấn đề với các thư mục nhà được mã hóa và NFS của ubuntus nhưng tôi hiểu điều này chỉ có nghĩa là một vấn đề trước khi khởi động.
[cập nhật] /etc/exports
tập tin của tôi trông như thế này:
# VAGRANT-BEGIN: 5af3e5d6-b086-416d-8eab-987275445634
/home/<user>/path/to/dir 192.168.33.11(rw,no_subtree_check,all_squash,
anonuid=1000,anongid=1000,fsid$
# VAGRANT-END: 5af3e5d6-b086-416d-8eab-987275445634