作为IT的工作者,避免不了使用Linux系统,我现在使用的系统是CentOS6.5 X86_64位版本,但是插入NTFS移动硬盘没有办法识别。通过下面三步就可以使CentOS识别NTFS分区的移动硬盘。
第一步:下载rpmforge,下载对应的版本,就是对应CentOS版本,还有32位与64位也要对应上。rpmforge拥有4000多种CentOS的软件包,被CentOS社区认为是最安全也是最稳定的一个软件仓库。
下载地址“http://pkgs.repoforge.org/rpmforge-release/”
下载的版本是“rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm”
第二步:安装rpmforge,使用如下命令:
# rpm -ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
第三步:安装完成后,yum安装ntfs-3g
# yum install fuse-ntfs-3g
通过上面三步就可以使CentOS系统识别NTFS分区的移动硬盘了,
用"Applications>System Tools>Disk Utility" see see
Now, you can see you files on your NTFS Partitions, you can create new files, delete files and manage them as Windows.
希望对大家有用。
=================================
原文地址:http://blog.csdn.net/lqzixi/article/details/24737063