美文网首页
Linux-08. centos6 安装ntf-3g 以支持nt

Linux-08. centos6 安装ntf-3g 以支持nt

作者: 程序员_超 | 来源:发表于2018-02-05 00:00 被阅读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

重新插入移动硬盘,挂载成功

相关文章

网友评论

      本文标题:Linux-08. centos6 安装ntf-3g 以支持nt

      本文链接:https://www.haomeiwen.com/subject/mcwvzxtx.html