zoukankan      html  css  js  c++  java
  • CentOS 6.4 挂载读写NTFS分区


    CentOS 6.3挂载读写NTFS分区(ntfs-3g)

    CentOS不像Fedora和ubuntu等,默认是自动挂载NTFS的,而它可以利用NTFS-3G来实现挂载及读写。

    NTFS-3G 是一个开源的软件,可以实现 Linux、Free BSD、Mac OSX、NetBSD 和 Haiku 等操作系统中的 NTFS 读写支持。它可以安全且快速地读写 Windows 系统的 NTFS 分区,而不用担心数据丢失。

    本文讲解如何在CentOS安装NTFS-3G来实习那挂载NTFS分区。

    首先必须安装了rpmforge软件库的源

    1、下载rpmforge的rpm文件包

    32位系统

    [root@linuxsight linuxsight]#  wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-1.el6.rf.i686.rpm

    64位系统

    [root@linuxsight linuxsight]#  wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm

    2、安装rpmforge的rpm文件包

    [root@linuxsight linuxsight]#  rpm -ivh rpmforge-release-0.5.2-1.el6.rf.i686.rpm

    3、安装ntfs-3g

    [root@linuxsight linuxsight]# yum install fuse-ntfs-3g
    Loaded plugins: fastestmirror, refresh-packagekit
    Loading mirror speeds from cached hostfile
    * base: mirrors.ta139.com
    * extras: ftp.nara.wide.ad.jp
    * rpmforge: apt.sw.be
    * updates: mirrors.ta139.com
    rpmforge                                                 | 1.1 kB     00:00
    rpmforge/primary                                         | 1.3 MB     01:22
    rpmforge                                                              3921/3921
    Setting up Install Process
    Package fuse-2.8.3-1.el6.i686 already installed and latest version
    Resolving Dependencies
    –> Running transaction check
    —> Package fuse-ntfs-3g.i686 0:2010.10.2-1.el6.rf set to be updated
    –> Finished Dependency Resolution

    Dependencies Resolved

    ================================================================================
    Package            Arch       Version                     Repository      Size
    ================================================================================
    Installing:
    fuse-ntfs-3g       i686       2010.10.2-1.el6.rf          rpmforge       637 k

    Transaction Summary
    ================================================================================
    Install       1 Package(s)
    Upgrade       0 Package(s)

    Total download size: 637 k
    Installed size: 1.4 M
    Is this ok [y/N]: y
    Downloading Packages:
    fuse-ntfs-3g-2010.10.2-1.el6.rf.i686.rpm                 | 637 kB     00:35
    Running rpm_check_debug
    Running Transaction Test
    Transaction Test Succeeded
    Running Transaction
    Warning: RPMDB altered outside of yum.
    Installing     : fuse-ntfs-3g-2010.10.2-1.el6.rf.i686                     1/1

    Installed:
    fuse-ntfs-3g.i686 0:2010.10.2-1.el6.rf

    Complete!

    成功后你会发现已经可以挂载NTFS了。

  • 相关阅读:
    Java+7入门经典 -1 简介
    优化算法动画演示Alec Radford's animations for optimization algorithms
    如何写科技论文How to write a technical paper
    开始学习深度学习和循环神经网络Some starting points for deep learning and RNNs
    用500行Julia代码开始深度学习之旅 Beginning deep learning with 500 lines of Julia
    用10张图来看机器学习Machine learning in 10 pictures
    ICLR 2013 International Conference on Learning Representations深度学习论文papers
    ICLR 2014 International Conference on Learning Representations深度学习论文papers
    卷积神经网络CNN(Convolutional Neural Networks)没有原理只有实现
    卷积神经网络Convolutional Neural Networks
  • 原文地址:https://www.cnblogs.com/ren-gh/p/3354911.html
Copyright © 2011-2022 走看看