1、操作系统centos 6.2 

2、目的挂载ntfs

[root@bj51 ~]# yum -y install ntfs-3g

fdisk -l看下刚插入的硬盘或者U盘的硬盘号

Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x5bf97c71

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1               1      121602   976759808    7  HPFS/NTFS

 

[root@bj51 ~]# mount -t ntfs-3g /dev/sdc1 /backup_cvsgit/

如果yum无法直接安装 可以到官网下载源码包

http://www.tuxera.com/community/ntfs-3g-download/