chenlulouis

暴走笑话 杭州空调维修 杭州燃气灶维修 杭州洗衣机维修 上海ktv酒吧招聘 上海招聘 上海夜场招聘 上海夜场招聘

导航

linux下的Network File Server共享配置

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


  

posted on 2009-08-19 11:18  chenlulouis  阅读(192)  评论(0编辑  收藏  举报