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了。

  • 相关阅读:
    leetcode 86. Partition List
    leetcode 303. Range Sum Query
    leetcode 1310. XOR Queries of a Subarray
    leetcode 1309. Decrypt String from Alphabet to Integer Mapping
    leetcode 215. Kth Largest Element in an Array
    将numpy.ndarray写入excel
    leetcode 1021 Remove Outermost Parentheses
    leetcode 1306. Jump Game III
    leetcode 1305. All Elements in Two Binary Search Trees
    ICCV2019 oral:Wavelet Domain Style Transfer for an Effective Perception-distortion Tradeoff in Single Image Super-Resolution
  • 原文地址:https://www.cnblogs.com/ren-gh/p/3354911.html
Copyright © 2011-2022 走看看