Chinaunix
标题:
centos fuse无法挂载
[打印本页]
作者:
springshen
时间:
2009-05-04 11:39
标题:
centos fuse无法挂载
在centos X86_64下,挂载fuse模块不成成。我是编译安装fuse的。
挂载提示如下:
[root@CENTOS-NO03 home]# modprobe fuse
FATAL: Module fuse not found.
[root@CENTOS-NO03 home]#
后来也用yum 装过,但还是挂不上去
[root@CENTOS-NO03 home]# /etc/init.d/fuse start
Loading fuse module failed!
[root@CENTOS-NO03 home]#
我编译时没有提示错误,但用modprobe -l时去看不到fuse
作者:
kns1024wh
时间:
2009-05-05 18:44
标题:
回复 #1 springshen 的帖子
modprobe -l|grep fuse
如果没有就是没有模块
作者:
kns1024wh
时间:
2009-05-05 18:45
标题:
回复 #1 springshen 的帖子
内核没有此模块
作者:
85chance
时间:
2009-09-09 09:27
我也遇到楼主一样的问题
fuse 是2.8.0的版本,自己手工编译安装的,用yum安装了也不行
在modprobe -l | grep fuse 中找不到
所以导致在mount ntfs-3g时,提示“FATAL: Module fuse not found.”
作者:
85chance
时间:
2009-09-09 09:28
有解决此类问题的朋友可以回复一下楼主的问题吗?
作者:
85chance
时间:
2009-09-09 15:55
问题解决了
是相关内核文件没有安装的原因
可以通过yum install kernel* (之前最好先编辑一下 vi /etc/yum.repos.d/CentOS-Base.repo ,把
[centosplus] 中的 enabled=0 改为enabled=1)
把相关的kernel内核文件安装和更新上去
这样你把再重装一下 fuse和 ntfs-3g(注意是先安装fuse)
装好后,最好重新一下系统
欢迎光临 Chinaunix (http://bbs.chinaunix.net/)
Powered by Discuz! X3.2