热搜词
发表于 2023-10-13 06:40:44 | 显示全部楼层 |阅读模式
找不到showmount命令:-bash: showmount: command not found

问题描述
在K8S集群的Worker节点上,使用   showmount -e 172.31.0.2  命令发现找不到该命令:
  1. -bash: showmount: command not found
复制代码

解决方式
查找  
showmount: yum search showmount
01.png

安装showmount命令:
运行以下命令安装showmount命令所在的软件包:

1.在Debian或Ubuntu中,使用的命令:
apt-get install nfs-common

2.在CentOS或RHEL中,使用的命令:
yum install nfs-utils
yum install nfs-utils.x86_64
02.png

使用   showmount -e 172.31.0.2,发现已经好用了!
03.png


全部评论0
回复
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|管理员之家 ( 苏ICP备2023053177号-2 )

GMT+8, 2024-12-23 05:47 , Processed in 0.155569 second(s), 25 queries .

Powered by Discuz! X3.5

Cpoyright © 2001-2024 Discuz! Team