CentOS6.5系统挂载NTFS分区的移动硬盘

时间:2014-04-30 22:33:39   收藏:0   阅读:443

CentOS6.5系统挂载NTFS分区的移动硬盘

  作为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

mamicode.com,码迷

  第二步:安装rpmforge,使用如下命令:

    # rpm -ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm

  第三步:安装完成后,yum安装ntfs-3g

    # yum install fuse-ntfs-3g

mamicode.com,码迷

mamicode.com,码迷

mamicode.com,码迷

  通过上面三步就可以使CentOS系统识别NTFS分区的移动硬盘了,

       "Applications>System Tools>Disk Utility" see see

mamicode.com,码迷


       Now, you can see you files on your NTFS Partitions, you can create new files, delete files and manage them as Windows.

mamicode.com,码迷mamicode.com,码迷

希望对大家有用。


=================================

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!