mount时出现以下告警:
mount xx.xx.xx.xx:dat /dat
mount: wrong fs type, bad option, bad superblock on xx.xx.xx.xx:/dat,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount. helper program)
In some cases useful info is found in syslog - try
原因:
redhat7.4操作系统采用默认最小安装,mount NFS出现错误.
解决方案:
安装nfs-utils包,yum install nfs-utils
附:
yum源光盘配置(光盘mount至/mnt)
/etc/yum.repos.d/rhel7.repo
[ ]
name=rhel7
url=file:///mnt
gpgcheck=0
继续阅读与本文标签相同的文章
下一篇 :
容器监控知多少 (2) cAdvisor
-
有一台服务器可以做哪些很酷的事情
2026-05-16栏目: 教程
-
挑战未来:下一代企业级应用数据库系统
2026-05-16栏目: 教程
-
代码补全快餐教程(1) - 30行代码见证奇迹
2026-05-16栏目: 教程
-
含光800NPU开发指南(一)【芯片与软件栈系列之----含光十八式】
2026-05-16栏目: 教程
-
为什么 JavaScript 中 0.1+0.2 不等于 0.3 ?
2026-05-16栏目: 教程
