From http://www.gbunix.com/htmldata/2004_06/1/3/article_71_1.html
Load NTFS partitions in Linux
At present, there are many introductions on the Internet to mount Windows NTFS in LinuxArticleAnd re-compile the kernel to support NTFS partitions. but for a newbie who has just been familiar with Linux, I will introduce a simple method.
1. First determine what your Linux kernel version is (redhat9.0's default kernel version is 2.4.20-8)
#> Rpm-Qa | grep Kernel
The following information about the category is displayed:
Kernel-pcmcia-cs-3.1.31-13
Kernel-2.4.20-8
In this way, you can see that your kernel version is 2.4.20-8.
2. Then open the following URL:
Http://rpm.pbone.net/index.php3/stat/16/limit/1/dl/40/idka/1705
Find the kernel-ntfs rpm package corresponding to your kernel version and download it.
I am using redhat9.0, kernel version is 2.4.20-8, so I am looking for the package is kernel-ntfs-2.4.20-8.i686.rpm,: kernel.
3. installation:
#> Rpm-IVH kernel-ntfs-2.4.20-20.8.i686.rpm
4. If there are no errors, your system should have supported NTFS. If an error is reported, it must be because the package you are looking for does not match your kernel version. Try again to download it.
5. Mount your NTFS partition and how to mount it. Don't talk about it.