CentOS6.4挂载读写NTFS分区
CentOS 6.4挂载读写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