install:
'sudo apt-get install nfs-kernel-server'
setup:
add '/home/duanbb/nfs *(rw,no_root_squash,insecure,sync)' to /etc/exports, ('/home/duanbb/nfs' is your nfs share directory)sudo /etc/init.d/nfs-kernel-server restart
client:
mount -t nfs -o nolock 192.168.1.100:/home/duanbb/nfs /nfs
本文详细介绍了如何在Linux系统中安装并配置NFS(Network File System)服务器,包括设置共享目录和重启服务。同时,指导了如何在另一台Linux系统上挂载NFS共享目录,并通过实例演示了操作过程。
1614

被折叠的 条评论
为什么被折叠?



