NTS 服务端配置
1.到 /etc/exports 中修改exports添加要共享出去目录
eg: /home/cl 192.168.100.*(rw)
保存退出
2.# cd /etc/rc.d/init.d
# ls
# service portmap start
# service nfs start
# showmount -e localhost
客户端挂载NTS上的共享目录
#mount 远程共享目录IP:/home/cl ./temp
1.到 /etc/exports 中修改exports添加要共享出去目录
eg: /home/cl 192.168.100.*(rw)
保存退出
2.# cd /etc/rc.d/init.d
# ls
# service portmap start
# service nfs start
# showmount -e localhost
客户端挂载NTS上的共享目录
#mount 远程共享目录IP:/home/cl ./temp