Solve centos failure to mount Hard Disk
As an IT worker, I cannot avoid using the Linux system. I prefer CentOS. In order to exercise my skills in CentOS, I installed my notebook with CentOS and forced IT to be used by myself, this allows you to learn more about Linux in your daily work. My current system is CentOS6.5 64-bit, but it cannot be identified by inserting a mobile hard disk. The following three steps enable CentOS to identify the mobile hard drive in the NTFS partition.
Step 1: Download rpmforge. Download the corresponding version, that is, the CentOS version, and the 32-bit and 64-bit versions. Rpmforge has more than 4000 CentOS software packages and is considered by the CentOS community as the safest and most stable software repository.
"Http://pkgs.repoforge.org/rpmforge-release /"
The version I downloaded is "rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm"
Step 2: Install rpmforge and run the following command:
# Rpm-ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
Step 3: Install ntfs-3g on yum
# Yum install fuse-ntfs-3g
The above three steps can enable the CentOS system to identify the NTFS partition's mobile hard disk, hoping to be useful to everyone.