本文操作环境:centos 7系统、Dell G3电脑。
centos不能识别ntfs格式怎么办
CentOS默认源里没有ntfs3g,想要添加ntfs支持,无非是自己下载编译安装或者加源yum安装。
首先,由于centos默认yum源内没有可以直接下载ntfs-3g的途径,需要加源,这里添加的是aliyun。
NTFS-3G 是一个开源的软件,可以实现 Linux、Free BSD、Mac OSX、NetBSD 和 Haiku 等操作系统中的 NTFS 读写支持。
具体操作如下:
第一步添加yum源
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo1
第二步yum直接安装(需进入root)
yum install ntfs-3g
推荐教程:《centos教程》
以上就是centos不能识别ntfs格式怎么办的详细内容,更多请关注php中文网其它相关文章!