Linux-08. centos6 安装ntf-3g 以支持nt
2018-02-05 本文已影响0人
程序员_超
安装ntf-3g 以支持ntfs 文件系统挂载
centos 6 安装完成后默认是不支持 ntfs 格式的硬盘挂载的,需要安装ntf-3g 包加以解决,但是,centos 默认仓库中没有ntf-3g
[root@wch ~]# yum install ntfs-3g
No package……
添加阿里云软件源
[root@wch ~]# wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo
yum 安装ntf-3g
[root@wch ~]# yum update
[root@wch ~]# yum install ntfs-3g
重新插入移动硬盘,挂载成功