Results 1 to 8 of 8
i'm using RHEL5, AMD athlon
i installed fuse2.8.3 and ntfs-3g-2009
but after trying the command ntfs-3g /dev/hda1 /mnt
it showing
FATAL: Module fuse not found.
fuse: device not found, try ...
- 02-10-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 4
ntfs-3g
i'm using RHEL5, AMD athlon
i installed fuse2.8.3 and ntfs-3g-2009
but after trying the command ntfs-3g /dev/hda1 /mnt
it showing
FATAL: Module fuse not found.
fuse: device not found, try 'modprobe fuse' first
modprobe fuse is also shwoing "fuse not found"
what i hav to do
uname -a
2.6.18-1.2747.el5 #1 SMP Thu Nov 9 18:55:30 EST 2006 i686 athlon i386 GNU/Linux
please help me
thanx in advance
- 02-10-2010 #2
Hi and Welcome !
What is the output of this
?Code:su -c rpm -q fuse
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-10-2010 #3Just Joined!
- Join Date
- Feb 2010
- Posts
- 4
#su -c rpm -q fuse
su: invalid option - q
Try `su --help' for more information.
#rpm -q fuse
fuse-2.7.4-8_12.el5
- 02-10-2010 #4
Execute this
Post error message here, if any.Code:mkdir /mnt/hda1 mount -t ntfs-3g /dev/hda1 /mnt/hda1
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-10-2010 #5Just Joined!
- Join Date
- Feb 2010
- Posts
- 4
mount -t ntfs-3g /dev/hda1 /mnt/
FATAL: Module fuse not found.
ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root
- 02-10-2010 #6
Something is wrong with kernel version and development build.
Post the output of this
Code:rpm -qa "kernel*devel*"
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-10-2010 #7Just Joined!
- Join Date
- Feb 2010
- Posts
- 4
no output
it is returning to the prompt
- 02-10-2010 #8
You have to install kernel devel package. First of all, install dkms and dkms-fuse packages. In case fuse doesn't work, try installing kernel devel package.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote