加入收藏 | 设为首页 | 会员中心 | 我要投稿 51站长网 (https://www.51zhanzhang.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
站内搜索:
当前位置: 首页 > 服务器 > 搭建环境 > Linux > 正文

centos nfs配置--转载

发布时间:2021-01-20 06:49:00 所属栏目:Linux 来源:网络整理
导读:h2 class="title"http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-nfs-client-config.html h2 class="title"18.6.?NFS Server Configuration There are three ways to configure an NFS server under Red Hat Enterprise Linux: using the ( )

  • option. This is mainly used in a clustered setup. Using a consistent filesystem ID in all clusters avoids having stale NFS filehandles.

  • NFS User Access

    The

  • .

  • .

  • .

  • .

  • To edit an existing NFS share,select the share from the list,and click the

    After clicking . The new configuration is written to .

    The configuration file. Thus,the file can be modified manually after using the tool,and the tool can be used after modifying the file manually (provided the file was modified with correct syntax).

    The next this section discusses manually editing and using the command to export NFS file systems.

    If you prefer editing configuration files using a text editor or if you do not have the X Window System installed,you can modify the configuration file directly.

    The file controls what directories the NFS server exports. Its format is as follows:

    directory hostname(options)
    

    The only option that needs to be specified is one of or ( is recommended). If is specified,the server does not reply to requests before the changes made by the request are written to the disk.

    For example,

         speedy.example.com(sync)
    

    would allow users from to mount with the default read-only permissions,but,

         speedy.example.com(rw,sync)
    

    would allow users from to mount with read/write privileges.

    Refer to for an explanation of possible hostname formats.

    Caution

    (编辑:ASP站长)

    【免责声明】本站内容转载自互联网,其相关言论仅代表作者个人观点绝非权威,不代表本站立场。如您发现内容存在版权问题,请提交相关链接至邮箱:bqsm@foxmail.com,我们将及时予以处理。

    相关内容
    未处理完善
      无相关信息
    未处理完善