Ubuntu22.04挂载glusterfs报错未知的文件系统类型“glusterfs”解决方法
Ubuntu22.04挂载glusterfs报错
未知的文件系统类型“glusterfs”
解决方法
安装glusterfs客户端
# apt install glusterfs-client
注意:和CentOS系统安装包名不同 CentOS安装包名为glusterfs-fuse
2024-08-06 补充开始
安装glusterfs-client报错
# glusterfs-common : 依赖: attr
# attr : 依赖: libattr1 (= 1:2.4.48-5) 但是 1:2.5.1-1build1 正要被安装
原因:libattr1版本不匹配
解决方法:回退版本
先搜索一下版本
# # apt search libattr
正在排序... 完成
全文搜索... 完成
libattr1/focal 1:2.4.48-5 i386
扩展属性处理 - 共享库
libattr1-dev/focal 1:2.4.48-5 amd64
extended attributes handling - static libraries and headers
libattribute-storage-perl/focal 0.09-1build2 amd64
declare and retrieve named attributes about CODE
python-pyxattr-doc/focal,focal 0.6.1-2 all
module for manipulating filesystem extended attributes (documentation)
python3-pyxattr/focal 0.6.1-2 amd64
module for manipulating filesystem extended attributes (Python3)
python3-pyxattr-dbg/focal 0.6.1-2 amd64
module for manipulating filesystem extended attributes (Python3 debug version)
回退版本
# apt install libattr1/focal
2024-08-06 补充结束
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
2022-04-07 UOS运维工具LiveCD使用说明书