Unlike Fedora, CentOS does not automatically mount NTFS by default, and it can use ntfs-3g for mounting and reading and writing.
NTFS-3G is an open source software that enables NTFS read-write support in operating systems such as Linux, free BSD, Mac OSX, NetBSD, and Haiku. It can read and write NTFS partitions of Windows systems safely and quickly, without worrying about data loss.
This article explains how to install ntfs-3g in CentOS to intern that mount NTFS partition.
The source of the Rpmforge software library must be installed first
1. Download Rpmforge rpm file Package
32-bit system
[Email protected] linuxsight]# wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-1.el6.rf.i686.rpm
64-bit system
[Email protected] linuxsight]# wget http://pkgs.repoforge.org/rpmforge-release/ rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
2. Install rpmforge RPM file Package
[Email protected] linuxsight]# RPM-IVH rpmforge-release-0.5.2-1.el6.rf.i686.rpm
3, Installation ntfs-3g
[email protected] 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!
After success you will find that you can already mount NTFS.
Absolutely available, after I try to reprint to everyone to share!
CentOS6.3 Mount read/write NTFS partition