Original post address: http://www.linuxdiyf.com/bbs/thread-71625-1-1.html
1. view the kernel version of your system.
Uname-
My name is 2.6.18-92. el5 athlon.
2. Download the kernel module.
Http://sourceforge.net/project/showfiles.php? Group_id = 13956 & package_id = 24313
I am amd cpu, the kernel-module-ntfs-2.6.18-92.el5-2.1.27-0.rr.10.11.i686.rpm can do.
3. Install.
/Sbin/modprobe ntfs
4. Mount partition.
Use fdisk-l to view partition information.
// If bash: fdisk: command not found is displayed, it may not be the root user. Use su-root to switch. Do not forget the "-" in the middle.
Create the Mount directory mkdir/mnt/f
Mount partition mount-t ntfs/dev/sda6/mnt/f
5. automatically mount the file system when the system starts.
Modify the system mounting table-configuration file/etc/fstab
/Dev/sda6/mnt/f ntfs rw 0 0
/* The above commands are modified according to your own machine */