配置 aliyum:
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
yum clean all
yum repolist
查看是否有ntfs-3g安转包:
yum search ntfs
[root@stu ~]# yum search ntfsLoaded plugins: fastestmirror, langpacksLoading mirror speeds from cached hostfile===================================================================== N/S matched: ntfs ======================================================================ntfs-3g.x86_64 : Linux NTFS userspace driverntfs-3g-devel.x86_64 : Development files and libraries for ntfs-3gntfsprogs.x86_64 : NTFS filesystem libraries and utilities ?Name and summary matches only, use "search all" for everything.
安装:
yum -y install ntfs-3g.x86_64
linux 无法识别ntfs 格式的u盘
原文地址:https://www.cnblogs.com/hrwu/p/9381444.html