
Re: Getting ERROR = > FATAL: Module fuse not found.
Hi,
Quote:
This is my first post in TUXERA, i am facing this problem since long time i try to search solution for this problem on the internet but no help. so i finally decided to post this on your forum and let you guys to help me , i downloaded ntfs-3g_ntfsprogs-2012.1.15.gz and compile on my system with --enable-fuse-module option but no luck still fuse is not install in my system. i also tried to install ntfs-3g-2011.1.15.tgz with the similar option like above again no luck. I am using RHEL 5.3
The fuse kernel module is part of the kernel, and as such it is included with neither ntfs-3g nor the fuse library.
First check whether your kernel was compiled with a provision for a fuse kernel module. Do
Code:
grep FUSE /lib/modules/`uname -r`/build/.config
You should get
If so, you have to install the fuse kernel module matching your exact kernel version. This is probably available from where you got your kernel from, and with some luck this is the one you need :
ftp://ftp.pbone.net/mirror/ftp.pramberg ... p.i686.rpmIf this is not ok, you have to recompile it, for example from
fuse-kmod-2.7.4-1.2.6.18_128.1.6.el5.pp.src.rpm
You will have to install the kernel headers for your exact kernel version, and use a compiler compatible with the one used to compile the kernel.
Regards
Jean-Pierre