My mobile hard drive is NTFS-partitioned and 3.5-inch. it is used in warehouses. However, in CentOS, NTFS partition is not supported by default, so you have to implement it yourself, the implementation method is not very complex, use the rpmforge source to install the NTFS-3G package on it. First Download rpmforg. download the corresponding version, that is, the corresponding CentOS version, and the 32-bit and 64-bit versions. Address: http://pkgs.repoforge.org/rp
My mobile hard drive is NTFS-partitioned and 3.5-inch. it is used in warehouses. However, in CentOS, NTFS partition is not supported by default, so you have to implement it yourself, the implementation method is not very complex, use the rpmforge source to install the NTFS-3G package on it.
First Download rpmforg. download the corresponding version, that is, the corresponding CentOS version, and the 32-bit and 64-bit versions. The address is as follows:
Http://pkgs.repoforge.org/rpmforge-release/
I downloaded: rpmforge-release-0.5.3-1.el6.rf.i686.rpm
Download and Install
# rpm -ivh rpmforge-release-0.5.3-1.el6.rf.i686.rpm
After installation is complete, yum installs the NTFS-3G
# yum install fuse-ntfs-3g
After the installation is complete, my hard disk is finally found and used properly.