在centos中,可以利用“ntfs-3g”让系统识别ntfs的格式,“ntfs-3g”是一个开源软件,作用就是为系统提供ntfs格式的读写支持。安装方法:1、添加yum源;2、利用“yum install ntfs-3g”安装软件即可。
本文操作环境:centos 7系统、Dell G3电脑。
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教程》
The above is the detailed content of What should I do if centos cannot recognize the ntfs format?. For more information, please follow other related articles on the PHP Chinese website!