मुझे योनि के साथ 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 consult any resources
specific to the linux distro you're using for more information on how to
do this.
क्या मुझे यहाँ एक या दो कदम याद आ रहे हैं?
मैं ubuntus एन्क्रिप्टेड होम फ़ोल्डर्स और NFS के साथ कुछ मुद्दों से अवगत हूं, लेकिन मैं समझता हूं कि यह केवल बूट से पहले एक समस्या है।
[अद्यतन] मेरी /etc/exports
फ़ाइल इस तरह दिखती है:
# 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