posts - 360,comments - 0,views - 19万
[root~]# mount /Share  /data/k8s/storage-agent
mount.nfs: error while loading shared libraries: libtirpc.so.1: cannot open shared object file: No such file or directory

解决:

wget http://mirror.centos.org/centos/7/os/x86_64/Packages/libtirpc-0.2.4-0.16.el7.x86_64.rpm
复制代码
 
rpm -ivh libtirpc-0.2.4-0.16.el7.x86_64.rpm --nodeps --force
systemctl enable rpcbind.service;
systemctl enable rpcbind.service
systemctl enable nfs-server.service
Created symlink from /etc/systemd/system/multi-user.target.wants/nfs-server.service to /usr/lib/systemd/system/nfs-server.service.
systemctl start nfs
systemctl status nfs
 
复制代码

 

posted on   属于我的梦,明明还在  阅读(391)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· winform 绘制太阳,地球,月球 运作规律
· AI与.NET技术实操系列(五):向量存储与相似性搜索在 .NET 中的实现
· 超详细:普通电脑也行Windows部署deepseek R1训练数据并当服务器共享给他人
· 上周热点回顾(3.3-3.9)
· AI 智能体引爆开源社区「GitHub 热点速览」
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示