After finding the data found, Linux can also support NTFS format partition, just need to install the NTFS-3G plug-in.
Specific steps for CentOS mount NTFS removable hard disk:
1 Install fuse.
Download fuse-2.9.3.tar.gz http://cznic.dl.sourceforge.net/project/fuse/fuse-2.X/2.9.3/fuse-2.9.3.tar.gz
# TAR–ZXVF Fuse-2.7.0.tar.gz
# CD fuse-2.7.0
#./configure
# make
# make Install
# Lsmod
# modprobe Fuse
2 Install the ntfs-3g.
Download Ntfs-3g_ntfsprogs-2014.2.15.tgz http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2014.2.15.tgz
# TAR–ZXVF Ntfs-3g_ntfsprogs-2012.1.15.gz
# CD ntfs-3g_ntfsprogs-2012.1.15
#./configure
# make
# make Install
After installation, you can support the NTFS file system
# MKN//input MKN, after pressing two times tab, you will find MKNFS This command, indicating that the support
Mknod Mkntfs
3 Mounting
# fdisk-l (see Linux under Mount partition, find removable hard drive partition)
# mount–t Ntfs-3g/dev/sdi1/media
Note: For NTFS-formatted disk partitions, the-T ntfs-3g parameter should be used, and the-T VFAT parameter should be used for disk partitioning in FAT32 format. If the kanji file name is displayed as garbled or not displayed, you can use the following command format.
#mount-T Ntfs-3g-o Iocharset=cp936/dev/sdi1/media
To view mount conditions
# DF–LH
Just started to install the fuse has not been installed, and finally found that there is no GCC compiler, but I use Yum anyway can not be installed on the GCC, want to go, finally found that yesterday I changed the source of Yum to 163, changed after the error has been, with Yum what can not be loaded up, It is estimated that I changed the 163 of the path yesterday, but for the new Linux three days I still do not understand that thing, fortunately I took the original Centos-base.repo back up and then changed the whole deleted, in exchange for the original this, and then everything went smoothly. The configuration file for the Yum source is:/etc/yum.repo.d/centos-base.repo