AnolisOS8.6做NFS服务端,挂载失败 mount: RPC: Unable to receive; errno = Connection refused

简介: anolis8.6安装nfs服务端,在显示共享目录时,始终报错

服务器操作系统版本如下所示:
[root@anolis etc]# cat /etc/os-release
NAME="Anolis OS"
VERSION="8.6"
ID="anolis"
ID_LIKE="rhel fedora centos"
VERSION_ID="8.6"
PLATFORM_ID="platform:an8"
PRETTY_NAME="Anolis OS 8.6"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"

rpcbind服务的状态:
[root@anolis etc]# systemctl status rpcbind.service
● rpcbind.service - RPC Bind
Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2022-10-28 21:12:41 CST; 34min ago

 Docs: man:rpcbind(8)

Main PID: 38243 (rpcbind)

Tasks: 1 (limit: 23363)

Memory: 1.1M
CGroup: /system.slice/rpcbind.service

       └─38243 /usr/bin/rpcbind -w -f

10月 28 21:12:41 anolis systemd[1]: rpcbind.service: Succeeded.
10月 28 21:12:41 anolis systemd[1]: Stopped RPC Bind.
10月 28 21:12:41 anolis systemd[1]: Starting RPC Bind...
10月 28 21:12:41 anolis systemd[1]: Started RPC Bind.

nfs服务的状态:
[root@anolis etc]# systemctl status nfs-utils.service
● nfs-utils.service - NFS server and client services
Loaded: loaded (/usr/lib/systemd/system/nfs-utils.service; static; vendor preset: disabled)
Active: active (exited) since Fri 2022-10-28 21:12:51 CST; 34min ago
Process: 38283 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 38283 (code=exited, status=0/SUCCESS)

10月 28 21:12:51 anolis systemd[1]: nfs-utils.service: Succeeded.
10月 28 21:12:51 anolis systemd[1]: Stopped NFS server and client services.
10月 28 21:12:51 anolis systemd[1]: Stopping NFS server and client services...
10月 28 21:12:51 anolis systemd[1]: Starting NFS server and client services...
10月 28 21:12:51 anolis systemd[1]: Started NFS server and client services.

防火墙也放行了相关服务:
[root@anolis etc]# firewall-cmd --list-all
public (active)
target: default
icmp-block-inversion: no
interfaces: ens32
sources:
services: cockpit dhcpv6-client mountd nfs rpc-bind ssh
ports: 10050/tcp
protocols:
forward: no

显示共享目前却始终报如下错误:
[root@anolis etc]# showmount -e
rpc mount export: RPC: Unable to receive; errno = Connection refused

请问,如何这种问题如何解决?

相关文章
|
8月前
|
存储 Kubernetes 容器
第十章 集群安装NFS以及NFS卸载客户端和服务端
第十章 集群安装NFS以及NFS卸载客户端和服务端
142 1
|
8月前
|
Linux
Linux安装NFS挂载NFS卸载客户端服务端都有
Linux安装NFS挂载NFS卸载客户端服务端都有
180 0
|
8月前
|
Ubuntu 网络协议 Unix
【Linux】新唐NUC977挂载NFS实现网络文件传输
【Linux】新唐NUC977挂载NFS实现网络文件传输
|
8月前
|
Linux Shell Windows
通过Linux挂载Windows端NFS服务实现板端Linux传输文件到PC
通过Linux挂载Windows端NFS服务实现板端Linux传输文件到PC
487 0
|
2月前
|
网络协议 网络安全
sudo mount -t nfs server_ip:/path/to/shared_directory /mnt/local_directory命令的作用是什么?
sudo mount -t nfs server_ip:/path/to/shared_directory /mnt/local_directory命令的作用是什么?
36 1
|
2月前
|
缓存 网络协议 测试技术
NFS挂载信息如何调整?
NFS挂载信息如何调整?
88 3
|
2月前
|
Java Apache C++
别再手写RPC了,Apache Thrift帮你自动生成RPC客户端及服务端代码
Thrift 是一个轻量级、跨语言的远程服务调用框架,由 Facebook 开发并贡献给 Apache。它通过 IDL 生成多种语言的 RPC 服务端和客户端代码,支持 C++、Java、Python 等。Thrift 的主要特点包括开发速度快、接口维护简单、学习成本低和多语言支持。广泛应用于 Cassandra、Hadoop 等开源项目及 Facebook、百度等公司。
别再手写RPC了,Apache Thrift帮你自动生成RPC客户端及服务端代码
|
2月前
|
Linux
如何查看当前的NFS挂载信息?
如何查看当前的NFS挂载信息?
247 2
|
3月前
|
Unix Linux 网络安全
NFS挂载服务
【10月更文挑战第14天】
95 2
|
3月前
|
Kubernetes 容器
基于Ubuntu-22.04安装K8s-v1.28.2实验(三)数据卷挂载NFS(网络文件系统)
基于Ubuntu-22.04安装K8s-v1.28.2实验(三)数据卷挂载NFS(网络文件系统)
205 0