centos nfs服务器简单配置

NFS服务端与客户端配置
本文详细介绍了如何在服务端安装并配置NFS服务,包括设置共享目录、启动服务等步骤。同时,还提供了客户端的安装及挂载NFS共享目录的方法,并列举了一些常见的错误及其解决方式。

服务端:

  1. yum install nfs*  

  2. vim /etc/exports

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

   启动服务

    service rpcbind start

    service nfs start

客户端

    1. yum install nfs*

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

    启用服务

    service rpcbind start


客户端常见错误:

    1、客户端没有启用 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

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

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

        修正服务端/etc/exports

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

    

转载于:https://my.oschina.net/u/195896/blog/335317

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值