Problem mounting NTFS file System in REDHAT Enterprise 5

When I am trying to mount my windows partitions in REDHAT Enterprise Linux 5 using these command
mount -t ntfs-3g /dev/sda1 /mnt/ntfs
I have encountered with the problem mentioned below
FATAL: Module fuse not found.
ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root

I have already Installed FUSE into my system. Please help me out

hi

which kernel use?

Please execute below command and write the output here

 
uname -r

There is some possible solutions here for error FATAL: Module fuse not found
FATAL: Module fuse not found.
or here
FATAL: Module fuse not found.

Have you installed both fuse and fuse-ntfs-3g?

Try:

mount -t ntfs /dev/sda1 /mnt/ntfs