Problem with kernel-module-ntfs

Hi All
Im trying to access the my windows XP NTFS from Redhat linux 4.0 Enterprise edition
I have downloaded the respective rpm

And im able to install it successfully

Then i have given the following command , but got an error

Here are my partitions

And when i give the below command whether NTFS is listed or not, it doesnt show me NTFS,

Please Help me how do i access NTFS partitions from Linux

I don't think you need "modprobe", instead, you have to mount the NTFS drive, as in :

mount -t ntfs-3g /dev/sda1 /mnt/windows

, certainly, replace the respective parameters, have a look here or here.