码迷,mamicode.com
首页 > 移动开发 > 详细

CentOS 7系统挂载NTFS分区的移动硬盘(转载及体验 CentOS6.5系统挂载NTFS分区的移动硬盘)

时间:2015-09-20 00:12:27      阅读:299      评论:0      收藏:0      [点我收藏+]

标签:

作为IT的工作者,避免不了使用Linux系统,我比较喜欢CentOS,为了锻炼自己对CentOS的熟练操作,就把自己的笔记本装了CentOS,强制自己使用,使自己在平时的工作中逐渐掌握Linux的学习。我现在使用的系统是CentOS6.5 64位版本,但是插入移动硬盘没有办法识别。通过下面三步就可以使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 7 下实现------------------------------------------------>

  [root@localhost 下载]# cp rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm  /opt/
  [root@localhost 下载]# cd /opt/
  [root@localhost opt]# ll
  总用量 20
  drwxr-xr-x. 2 root root  4096 10月 29 2014 rh
  -rw-r--r--. 1 root root 12520 9月  19 21:23 rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm
  [root@localhost opt]# rpm -ivh r
  rh/
  rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm
  [root@localhost opt]# rpm -ivh rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm
  警告:rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm: 头V3 DSA/SHA1 Signature, 密钥 ID 6b8d79e6: NOKEY
  准备中...                          ################################# [100%]
  正在升级/安装...
     1:rpmforge-release-0.5.3-1.el7.rf  ################################# [100%]

[root@localhost opt]#  yum install fuse-ntfs-3g
已加载插件: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
正在解决依赖关系
--> 正在检查事务
---> 软件包 fuse-ntfs-3g.x86_64.0.2013.1.13-2.el7.rf 将被 安装
--> 解决依赖关系完成

依赖关系解决

================================================================================
 Package            架构         版本                      源              大小
================================================================================
正在安装:
 fuse-ntfs-3g       x86_64       2013.1.13-2.el7.rf        rpmforge       549 k

事务概要
================================================================================
安装  1 软件包

总下载量:549 k
安装大小: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
  正在安装    : fuse-ntfs-3g-2013.1.13-2.el7.rf.x86_64                      1/1
  验证中      : fuse-ntfs-3g-2013.1.13-2.el7.rf.x86_64                      1/1

已安装:
  fuse-ntfs-3g.x86_64 0:2013.1.13-2.el7.rf                                      

完毕!
橙色为输入的命令

本文<---->之前转载自http://www.cnblogs.com/xia520pi/p/3540411.html,欢迎大家补充指正。

  

CentOS 7系统挂载NTFS分区的移动硬盘(转载及体验 CentOS6.5系统挂载NTFS分区的移动硬盘)

标签:

原文地址:http://www.cnblogs.com/mxh1099/p/4822439.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!