LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ntfs mount on red hat el 5 - FATAL: Module fuse not found (https://www.linuxquestions.org/questions/linux-newbie-8/ntfs-mount-on-red-hat-el-5-fatal-module-fuse-not-found-634201/)

fruzsina 04-09-2008 10:21 AM

ntfs mount on red hat el 5 - FATAL: Module fuse not found
 
Hi dear experts,

I just started to use Red Hat desktop (el5). I'd like to mount and Read-Write NTFS volumes. I've installed an rpm pack called fuse-ntfs-3g-1.2310-1.el5.rf.i386.rpm after it's dependency it screamed for (fuse-2.6.3-1.el5.rf.i386.rpm).
These two rpm packs installed correctly but then:

root@fm172 Desktop]# mount -t ntfs-3g /dev/sdb1 /mnt/c
FATAL: Module fuse not found.
ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root
[root@fm172 Desktop]# modprobe fuse
bash: modprobe: command not found
[root@fm172 Desktop]# /sbin/modprobe fuse
FATAL: Module fuse not found.

Kernel is:
2.6.18-53.1.14.el5PAE

what's the solution?
thanks in advance

fru

TB0ne 04-09-2008 12:47 PM

Quote:

Originally Posted by fruzsina (Post 3115876)
root@fm172 Desktop]# mount -t ntfs-3g /dev/sdb1 /mnt/c
FATAL: Module fuse not found.
ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root
[root@fm172 Desktop]# modprobe fuse
bash: modprobe: command not found
[root@fm172 Desktop]# /sbin/modprobe fuse
FATAL: Module fuse not found.

fru

The fuse kernel module isn't loaded on your system. The modprobe is failing, because the kernel module isn't built.

Check out these links for more info:

http://rhn.redhat.com/errata/RHBA-2007-0959.html
http://fuse.sourceforge.net/

fruzsina 04-10-2008 08:18 AM

fuse kernel module
 
QUOTE=TB0ne;3115977]The fuse kernel module isn't loaded on your system. The modprobe is failing, because the kernel module isn't built.

Check out these links for more info:

http://rhn.redhat.com/errata/RHBA-2007-0959.html
http://fuse.sourceforge.net/[/QUOTE]


Hi dear TBOne,

thanks for your reply. I tried the 'pup' first, it did not find anything to update. Than I downloaded fuse-2.7.3 and it says no acceptable C complier found in the path:

[root@fm172 fuse-2.7.3]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

what's your advise on this?
Thanks again,
fru


All times are GMT -5. The time now is 02:03 PM.