LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   FATAL: Module fuse not found. (https://www.linuxquestions.org/questions/linux-newbie-8/fatal-module-fuse-not-found-609361/)

sophisticate 12-27-2007 04:02 AM

FATAL: Module fuse not found.
 
HI
I trying to mount ntfs partion and I'm using Centos 5 and I got all the rpms required for that. I checked alot of threats related to this topic and I got alot of useful information but I still can't find solution for this message I got when I try to mount ntfs file (THE MESSAGE IS)

FATAL: Module fuse not found.
fuse: device not found, try 'modprobe fuse' first
FUSE mount point creation failed
Unmounting /dev/hda1 ()


PLEASE SOME ONE HELP ME OUT !!!

sophisticate 12-27-2007 05:21 AM

NO one can help me !!!!!!!!!!!!!

jschiwal 12-27-2007 05:28 AM

Did you try to modprobe the fuse kernel module as the message suggests?

sophisticate 12-27-2007 06:20 AM

No, I don't know how to do that

sophisticate 12-27-2007 07:44 AM

how can I modprobe the fuse kernel module

Nylex 12-27-2007 07:47 AM

Run "modprobe fuse".

sophisticate 12-27-2007 07:51 AM

I got this message
bash: modprobe: command not found

sophisticate 12-27-2007 08:01 AM

I did
[root@dhcppc0 hesham]# /sbin/modprobe( AND I GOT )
Usage: /sbin/modprobe [-v] [-V] [-C config-file] [-n] [-i] [-q] [-b] [-o <modname>] <modname> [parameters...]
/sbin/modprobe -r [-n] [-i] [-v] <modulename> ...
/sbin/modprobe -l -t <dirname> [ -a <modulename> ...]


Then I did
[root@dhcppc0 hesham]# /sbin/modprobe fuse( AND I GOT )
FATAL: Module fuse not found.

sophisticate 12-27-2007 11:34 AM

what should I do

Lenard 12-27-2007 11:59 AM

Show the output from the typed commands:

/bin/rpm -qa 'fuse*'
/usr/bin/locate fuse.ko
uname -a

sophisticate 12-28-2007 07:56 AM

[root@dhcppc0 hesham]# /bin/rpm -qa 'fuse*'
fuse-ntfs-3g-1.913-1.el5.rf
fuse-2.7.0-2.el4.rf


[root@dhcppc0 hesham]# /usr/bin/locate fuse.ko
NO OUTPUT

[root@dhcppc0 hesham]# uname -a
Linux dhcppc0 2.6.18-53.1.4.el5 #1 SMP Fri Nov 30 00:45:16 EST 2007 i686 i686 i386 GNU/Linux

Lenard 12-28-2007 08:48 AM

Quote:

fuse-ntfs-3g-1.913-1.el5.rf
fuse-2.7.0-2.el4.rf
Not good, you may want to start fresh as per: http://wiki.centos.org/TipsAndTricks/NTFSPartitions

sophisticate 12-28-2007 10:03 AM

Well I uninstalled all the packages related to ntfs and fuse to start from the beginning again and I tried to follow the tutorial http://wiki.centos.org/TipsAndTricks/NTFSPartitions
and when I ran the first command I got the following

[root@dhcppc0 hesham]# yum install fuse fuse-ntfs-3g dkms dkms-fuse
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do





the tutorial mentioned
Make sure you have the rpmforge repo installed. If not, refer to Repositories.

when I refered to the link I didn't understand what he is tryin to say

and I don't know anything about Repository

mani_bedi 12-28-2007 10:17 AM

try this
 
i am not much of expert but i have solved this err
Download fuse from sourceforge (tar )
And unpack this
now locate this (kernel-headers-2.6.18-53.1.4.el5.i386.rpm)rpm in system,{ install CD, Yum update cache in /var/cache/yum... or if you updated
or just type
locate kernel-headers-2.6.18-53.1.4.el5.i386.rpm
once you get this package with Archive manage un rar it
it will give you ( usr folder)
move this folder to //fuse-2*/kernel
now
./configure
make install

Note fstab entry will not work at boot time
/dev/hda5 /mnt/Win ntfs-3g defaults,force 0 0

mount - a will mount the NTFS drvive or Volume

AND you must have all dependenices resolved for fuse package first

sophisticate 12-28-2007 10:44 AM

Well I got kernel headers installed in my system and i downloaded fuse and untar it but i don't understand the following steps

Quote:

Originally Posted by mani_bedi (Post 3003929)
it will give you ( usr folder)
move this folder to //fuse-2*/kernel


or to be more precise how to locate this folder


All times are GMT -5. The time now is 03:04 AM.