As it workers, can not avoid the use of Linux systems, I prefer CentOS, in order to exercise their proficiency in the CentOS operation, put their own notebook installed CentOS, forcing their own use, so that they gradually mastered the work of Linux learning. The system I am using is CentOS6.5 64-bit version, but there is no way to insert a removable hard drive. The following three steps enable CentOS to identify NTFS-partitioned removable hard disks.
The first step: Download Rpmforge, download the corresponding version, is the corresponding CentOS version, there are 32-bit and 64-bit also to correspond. With over 4,000 CentOS packages, Rpmforge is considered by the CentOS community to be one of the safest and most stable repositories.
"Http://pkgs.repoforge.org/rpmforge-release/"
The version I downloaded is "rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm"
Step Two: Install Rpmforge, using the following command:
# RPM-IVH rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
Step three: After the installation is complete, Yum installs the ntfs-3g
# yum Install fuse-ntfs-3g
<------------------------------------------------>---------------------Pro-Test CentOS 7
[[email protected] Download]# cp rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm /opt/
[[email protected] Download]# cd/opt/
[[email protected] opt]# ll
Total usage
drwx R-xr-x. 2 root root 4096 October RH
-rw-r--r--. 1 root root 12520 September 21:23 RPMFORGE-RELEASE-0.5.3-1.EL7.RF . x86_64.rpm
[[email protected] opt]# rpm-ivh r
rh/
rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm
[[ Email protected] opt]# RPM-IVH rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm
Warning: rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm: header V3 dsa/sha1 Signature, key ID 6b8d79e6:nokey
in preparation ... & nbsp; ################################# [100%]
Upgrading/installing ...
1:rpmforge-release-0.5.3-1.el7.rf ################################# [100%]
[Email protected] opt]#Yum Install fuse-ntfs-3g
Loaded plugins: Fastestmirror, LangPacks
Loading mirror speeds from cached hostfile
* Base:mirrors.btte.net
* Extras:mirrors.btte.net
* rpmforge:mirrors.neusoft.edu.cn
* updates:mirrors.pubyun.com
Resolving dependencies
--Checking transactions
---> Package FUSE-NTFS-3G.X86_64.0.2013.1.13-2.EL7.RF will be installed
--Resolve dependency completion
Dependency resolution
================================================================================
Package schema version Source size
================================================================================
Installing:
fuse-ntfs-3g x86_64 2013.1.13-2.el7.rf Rpmforge 549 K
Transaction summary
================================================================================
Installing the 1 package
Total Downloads: 549 K
Installation Size: 1.7 M
Is this OK [y/d/n]: Y
Downloading packages:
fuse-ntfs-3g-2013.1.13-2.el7.rf.x86_64.rpm | 549 KB 00:03
Running transaction Check
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: fuse-ntfs-3g-2013.1.13-2.el7.rf.x86_64 1/1
Verified in: fuse-ntfs-3g-2013.1.13-2.el7.rf.x86_64 1/1
has been installed:
Fuse-ntfs-3g.x86_64 0:2013.1.13-2.EL7.RF
Complete!
Orange for the input command
This article <----> before reprinted from http://www.cnblogs.com/xia520pi/p/3540411.html, welcome everybody to add correct.
CentOS 7 system mounts NTFS partition of removable hard disk (reprint and experience CentOS6.5 system mount NTFS partition of removable hard disk)