Saya mengalami kesulitan menjalankan pengaturan NFS dengan gelandangan:
Di mesin lokal saya, saya telah menginstal NFS:
apt-get install nfs-common nfs-kernel-server
Dan dalam Vagrantfile saya mengaturnya untuk digunakan:
config.vm.share_folder("v-root", "/vagrant", ".", :nfs => true)
Pada vagrant up
saya dapatkan:
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.
Apakah saya melewatkan satu atau dua langkah di sini?
Saya mengetahui beberapa masalah dengan folder rumah terenkripsi ubuntus dan NFS tapi saya mengerti ini hanya dimaksudkan untuk menjadi masalah sebelum boot.
[perbarui] /etc/exports
file saya terlihat seperti ini:
# 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