ubuntu 安装 hubicfuse
如果你没有gcc,请先安装gcc:
1: apt-get install build-essential
1. 从github上clone源码:
https://github.com/TurboGit/hubicfuse
https://github.com/TurboGit/hubicfuse.git
2.执行./conbigure
configure: error: ‘Unable to find libxml2. Please make sure library and header files are installed.’
缺少 libxml2
1: apt-get install libxml2-dev
然后,发现还是缺少libxml2
找到这个帖子:
https://github.com/redbo/cloudfuse/issues/20
1: apt-get install pkg-config
然后:
configure: error: ‘Unable to find libcurl. Please make sure library and header files are installed.’
1: apt-get install libcurl4-openssl-dev
然后:
1: apt-get install libcurl3 libcurl3-openssl-dev libcurl3-dev
然后缺少: libfuse
configure: error: ‘Unable to find libfuse. Please make sure library and header files are installed.’
1: apt-get install libfuse-dev
缺少json:
找到这个网址:
先update一下:
1: apt-get update
1: apt-get install libjson0 libjson0-dev
然后 ./configure
ok, 搞定。
然后:
1: make
2: make install
然后,新建,并编辑 ~/.cloudfuse 文件
然后:
1: mkdir /mnt/hubic
执行:
1: hubicfuse /mnt/hubic -o noauto_cache,sync_read,allow_other
如果是openvz的虚拟机,会出现这个错误。 可能是主机没有添加fuse模块,需要写信给客服,让打开fuse模块,不是所有的厂商都愿意给你打开fuse。
fuse: device not found, try ‘modprobe fuse’ first
如果是xen的服务器,就已经成功了。
From Blog by Neil, post ubuntu 安装 hubicfuse
原文来自 Blog by Neil, post ubuntu 安装 hubicfuse 转载请注明出处。本站保留一切权力
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 单线程的Redis速度为什么快?
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 展开说说关于C#中ORM框架的用法!
· SQL Server 2025 AI相关能力初探
· Pantheons:用 TypeScript 打造主流大模型对话的一站式集成库