Bug 3587 - Anolis 8.6 NFS服务器无法使用
Summary: Anolis 8.6 NFS服务器无法使用
Status: RESOLVED DUPLICATE of bug 1849
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: Others (show other bugs) Others
Version: 8.6
Hardware: x86_64 Linux
: P3-Medium S2-major
Target Milestone: ---
Assignee: Jacob
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-30 10:27 UTC by songkai
Modified: 2023-01-13 22:08 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description songkai inspur_group 2022-12-30 10:27:08 UTC
在Anolis 8.6系统上搭建nfs服务器,在客户端挂载时出现如下错误:
rpc mount export: RPC: Unable to receive; errno = Connection refused

复现步骤
1. yum -y install nfs-utils rpcbind 
2. vim /etc/exports
   写入如下内容:/mnt/back *(rw,sync,no_root_squash)
3. mkdir -p /mng/back
4.  systemctl start rpcbind;systemctl enable rpcbind;systemctl start nfs-server
    systemctl stop firewalld  
5. 在客户端执行挂载动作或在服务端执行showmount -e,出现如下错误:
    [root@localhost ~]# showmount -e
     rpc mount export: RPC: Unable to receive; errno = Connection refused
Comment 1 葛立伟 alibaba_cloud_group 2023-01-13 22:08:33 UTC
already fixed by anck 4.19.91-26.4

*** This bug has been marked as a duplicate of bug 1849 ***