centos nfs服务器简单配置

服务端:vim

  1. yum install nfs*  spa

  2. vim /etc/exportscode

    /www/attachment 192.168.0.227(rw,sync,no_root_sqush)server

   启动服务ci

    service rpcbind start
rpc

    service nfs start
io

客户端file

    1. yum install nfs*
service

    mount -t nfs 192.168.0.230:/www/attachment  /www/attachment
im

    启用服务

    service rpcbind start


客户端常见错误:

    一、客户端没有启用 rpcbind

    mount: wrong fs type, bad option, bad superblock on 192.168.0.230:/www/attachment,
       missing codepage or helper program, or other error
       (for several filesystems (e.g. nfs, cifs) you might
       need a /sbin/mount.<type> helper program)
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

    二、 mount.nfs: access denied by server while mounting

        端口问题(具体疑问Google之)

        修正服务端/etc/exports

        /www/attachment 192.168.0.227(insecure,rw,sync,no_root_sqush)

相关文章
相关标签/搜索