CentOS6 mounts read and write NTFS partitions (ntfs-3g)

  

CentOS is not like Fedora. By default, NTFS is not automatically mounted, and it can use NTFS-3G for mounting and reading and writing.

NTFS-3G is an open source software that enables NTFS read and write support in operating systems
such as Linux, Free BSD, Mac OSX, NetBSD and Haiku. It can safely and quickly read and write NTFS partitions of the Windows
system without worrying about data loss.

This article explains how to install NTFS-3G on CentOS to practice the NTFS partition.

First you must have the source of the rpmforge software library installed

1.Download the rpm file package for rpmforge

32-bit system

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

64-bit system

[root @linuxsight 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

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

3, install ntfs-3g

[root@linuxsight linuxsight]# yum install fuse-ntfs-3gLoaded plugins: fastestmirror, refresh-packagekitLoading mirror speeds from cached hostfile* base: mirrors.ta139.com* extras: ftp.nara.wide.ad.jp* rpmforge : apt.sw.be* updates: mirrors.ta139.comrpmforge |  1.1 kB 00:00 rpmforge/primary |  1.3 MB 01:22 rpmforge 3921/3921Setting up Install ProcessPackage fuse-2.8.3-1.el6.i686 already installed and latest versionResolving 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 SizeInstalling:fuse-ntfs-3g i686 2010.10.2-1.el6. Rf rpmforge 637 k

Transaction SummaryInstall 1 Package(s)Upgrade 0 Package(s)

Total download size: 637 kInstalled size: 1.4 MIs this ok [y/N]: yDownloading Packages: Fuse-ntfs-3g-2010.10.2-1.el6.rf.i686.rpm |  637 kB 00:35Running rpm_check_debugRunning Transaction TestTransaction Test SucceededRunning TransactionWarning: 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 mount NTFS.

Copyright © Windows knowledge All Rights Reserved