自己在系统安装ntfs-3g的步骤:

1、在http://www.tuxera/community/open-source-ntfs-3g/ 网站下载了ntfs-3g_ntfsprogs-2017.3.23.tgz包。

2、解压:tar  -zxvf  ntfs-3g_ntfsprogs-2017.3.23.tgz   -C  /usr/src

3、进入到解压的文件夹中,运用源码包的安装方法:

           ./configure

           make

           make install

安装完后直接挂在即可。




在网上看到的安装方法:

CentOS默认源里没有ntfs3g,想要添加ntfs支持,无非是自己下载编译安装或者加源yum安装。

新安装了一个CentOS7,用的是添加aliyun的epel源来yum安装的方式,简单易行。

1、加源

wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun/repo/epel-7.repo

2、安装

yum update;yum install ntfs-3g
yum install ntfs-3g


更多推荐

linux 安装ntfs-3g