3
NFS พร้อมโฮมไดเร็กทอรีของ ubuntu ที่เข้ารหัส
ฉันมีปัญหาในการติดตั้ง 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 …