NFS配置1.docVIP

  • 2
  • 0
  • 约4.95万字
  • 约 24页
  • 2017-03-21 发布于河南
  • 举报
NFS配置1

NFS配置1 ubuntu nfs配置 以及mount.nfs:access denied by server while mounting问题解决 1.安装nfs服务,$ apt-get install nfs-common nfs-kernel-server 2.配置参数:$ gedit /etc/exports ,内容如下: # /etc/exports: the access control list for filesystems which may be exported # to NFS clients. See exports(5). # # Example for NFSv2 and NFSv3: # /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check) # # Example for NFSv4: # /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check) # /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check) # /home/ygp/nfs *(rw,sync,no_ro

文档评论(0)

1亿VIP精品文档

相关文档