首页 > 其他 > 详细

kernel nfs

时间:2018-02-07 10:58:45      阅读:203      评论:0      收藏:0      [点我收藏+]

bz877426 NFS4-ACL limit to a small number(around 100)  ---------------->  WONTFIX

1.

  • cat >> /etc/exports
  • /export/nfs 10.xx.xx.xx/24(rw,no_root_sqush,fsid=0)
  • ===>
  • echo "/export/nfs 10.xx.xx.xx/24(rw,no_root_squash,fsid=0)" > /etc/exports

2.

  • service nfs start(include a step) service rpcidmapd start(use a command can list port opend) rpcinfo -p

3.设置配置文件指定server与client

  • 可以设置/etc/idmapd.conf文件为 
  • Verbosity = 0
  • Domain = todds.private
  • 同时设置/etc/hosts文件wei
  • 127.0.0.1  localhost localhost.localdomain
  • xx.xx.xx.xx nfs-client.todds.private nfs-client
  • xx.xx.xx.xx nfs-server.todds.private nfs-server
  • 设置完后就可以直接使用nfs-server nfs-client代替ip     eg: ping nfs-client

kernel nfs

原文:https://www.cnblogs.com/yieli/p/8425583.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!