in my dir /lib/modules has:
2.6.9-1.681_FC3smp/ 2.6.9-1.681_FC3.stk16smp/
when I run:
rpm -ivh kernel-module-ntfs-2.6.9-1.681_FC3smp-2.1.20-0.rr.3.3.i686.rpm it install file ntfs.ko in /lib/modules/2.6.9-1.681_FC3smp/kernel/fs/ntfs
So you have an ntfs module for 2.6.9-1.681_FC3smp but not for 2.6.9-1.681_FC3.stk16smp
so when I do: modprobe ntfs , the answer is: [root@marcosel ntfs]# /sbin/modprobe ntfs FATAL: Module ntfs not found.
If you are running kernel 2.6.9-1.681_FC3.stk16smp, this is to be expected.
what I do to resolve this?
If you are running kernel 2.6.9-1.681_FC3.stk16smp, you will also need to install an ntfs module built for that kernel.
Paul.