kernel nfs

Posted yieli

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了kernel nfs相关的知识,希望对你有一定的参考价值。

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的主要内容,如果未能解决你的问题,请参考以下文章

UVALive 7334Kernel Knights

linux kernel 没有输出信息 怎么调试

在ecos kernel中加函数怎么在上层可以使用

CentOS系统中kernel、kernel-headers、kernel-devel在ubuntu中相对应的是啥?

嵌入式 Linux开发Kernel移植——kernel内核配置和编译

linux 重新编译kernel后不能正常启动