服务器端 /etc/exports /mnt *(rw,sync,no_root_squash,anonuid=500,anongid=500)systemctl restart nfs 客户端 挂载有两种 1.mount -t nfs 192.168.100.124:/mnt /test vim /etc/fstab nfs挂载:192.168.100.124:/mnt/ /test nfs defaults 0 0 window共享后的挂载方式: 192.168.100.X/mnt /tes