You can also mount the NTFS partition without re-compiling the kernel! Go here to download an RPM package installation in the http://linux-ntfs.sourceforge.net/info/redhat.html, and then -- The following are references to others Article : Method: view the NTFS partition location [root @ linuxsir01 boot] #/sbin/fdisk-ldisk/dev/hda: 40.0 GB, 40020664320 bytes255 heads, 63 sectors/track, 4865 cylindersunits = cylinders of 16065*512 = 8225280 bytesdevice boot start end blocks ID system/dev/hda1 * 1 740 5944018 + 7 HPFs/NTFS/dev/hda2 741 4865 33134062 + F Win95 EXT 'd (LBA) /dev/hda5 741 1378 5124703 + 7 HPFs/NTFS/dev/hda6 1379 2143 6144831 B Win95 FAT32/dev/hda7 2144 3163 8193118 + 83 Linux/dev/hda8 3164 4056 7172991 83 Linux/dev/hda9 4057 4796 5944018 + 83 Linux/dev/hda10 4797 4865 554211 82 Linux swap in this example, we can see that the/dev/hda1 and/dev/hda5 partitions are in NTFS format. Because a partition is mounted, it must be a corresponding folder. Therefore, we should create a folder for each partition in Linux and it does not matter where it is created. In this example, I created it in the/mnt directory [root @ linuxsir01 MNT] # mkdir winc wind [root @ linuxsir01 MNT] # lsp_rom winc wind. We changed the permission for winc and wind [root @ linuxsir01 MNT] # chmod 777 winc wind, then we change the/etc/fstab file, let the NTFS disk be loaded for the following two purposes: Support all users to read, support Chinese, so we will add the following two lines according to the previous fdisk-L corresponding operations on mkdir. /Dev/hda1/mnt/winc NTFS umask = 0, RW, iocharset = gb2312 0 0/dev/hda5/mnt/wind NTFS umask = 0, RW, iocharset = gb2312 0 0 so that the system can be automatically loaded.