一,

  启动过程:

NFS 优化及详解

所以启动的时候一定一定要先启用——————rpcbind————————————————

启动 rpcbind  ------>/etc/init.d/rpcbind restart

 启动nfs ------------->/etc/init/nfs start

  进程说明:

    NFS 优化及详解

  开机自启设置:

  chkconfig rpcbind on

  chkconfig nfs on

    

  cat  >>/etc/rc.local <<EOF

  #start up nfs server

  /etc/init.d/rpcbind start

  /etc/init.d/nfs start

 

  服务端配置详解:

  1,配置路径:

    /etc/exports

NFS 优化及详解

  

  配置实例说明

  NFS 优化及详解

  NFS 优化及详解

  nfs配置权限参数:

  

   NFS 优化及详解

  查看默认参数位置  --> /var/lib/nfs/etab

  NFS 优化及详解

  权限图解:

NFS 优化及详解

  nfs 文件说明:

  NFS 优化及详解

 

 NFS 优化及详解

nfs 挂载命令说明

NFS 优化及详解

NFS 优化及详解

 内核优化:

 NFS 优化及详解

 

  

 

 

 

 

 

 

 

 

 

 

nfs 管理最好是普通用户

服务端

  NFS 优化及详解

 

 客户端

NFS 优化及详解

NFS 优化及详解

 

 配置好了一定要重启!!!

任何服务配置完都要重启加载,不要配置了说没成功。

相关文章:

  • 2021-08-21
  • 2021-05-22
  • 2022-12-23
  • 2021-09-13
  • 2021-09-25
  • 2021-06-02
  • 2021-04-17
猜你喜欢
  • 2021-12-25
  • 2021-08-24
  • 2022-12-23
  • 2022-02-17
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
相关资源
相似解决方案