CentOS, unlike Fedora, does not automatically mount NTFS by default, and it can use NTFS-3G to achieve mounting and read/write.
NTFS-3G is an open source software that can realize NTFS read and write support in Linux, Free BSD, Mac OSX, NetBSD and Haiku operating systems. It can read and write NTFS partitions in Windows safely and quickly without worrying about data loss.
This article explains how to install the NTFS-3G in CentOS to practice mounting the NTFS partition.
First, the source of the rpmforge software library must be installed.
1. Download The rpmforge rpm file package
32-bit System
[Root @ linuxsight] # wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-1.el6.rf.i686.rpm
64-bit System
[Root @ linuxsight] # wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
2. Install rpmforge's rpm package
[Root @ linuxsight] # rpm-ivh rpmforge-release-0.5.2-1.el6.rf.i686.rpm
3. Install ntfs-3g
[Root @ 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
Rpmforge/primary | 1.3 MB
Rpm forge 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. 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
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. 10.2-1. el6.rf
Complete!
After successful mounting, you will find that NTFS can be mounted.
Reproduced http://www.linuxsight.com/blog/2574