Linux systems generally do not support NTFS-formatted access after installation, and we need to compile the kernel to enable it to run NTFS-formatted access, as detailed in the following steps:
[Root@localhost ~]# cd/usr/src/linux-2.4
[Root@localhost ~]# make Menuconfig
Select http://www.aliyun.com/zixun/aggregation/19352.html ">file system NTFS File system support (read only) to M
[Root@localhost ~]# Uname-a
2.4.21-27.0.2.el
[Root@localhost ~]# VI Makefile
Ensure the first few actions:
VERSION = 2
Patchlevel = 4
Sublevel = 21
Extraversion = -27.0.2.el
[Root@localhost ~]# make DEP
[Root@localhost ~]# make modules Subdirs=fs/ntfs
[Root@localhost ~]# Mkdir/lib/moduels/2.4.21-27.0.2.el/kernel/fs/ntfs
[Root@localhost ~]# cp-f fs/ntfs/*.o/lib/moduels/2.4.21-27.0.2.el/kernel/fs/ntfs/
[Root@localhost ~]# Depmod-a
[Root@localhost ~]# modprobe NTFS
[Root@localhost ~]# Lsmod
Make sure there is NTFS in it.