linux 无法识别ntfs 格式的u盘
时间:2018-07-28 13:28:47
收藏:0
阅读:423
配置 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 ntfs Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile ===================================================================== N/S matched: ntfs ====================================================================== ntfs-3g.x86_64 : Linux NTFS userspace driver ntfs-3g-devel.x86_64 : Development files and libraries for ntfs-3g ntfsprogs.x86_64 : NTFS filesystem libraries and utilities Name and summary matches only, use "search all" for everything.
安装:
yum -y install ntfs-3g.x86_64
原文:https://www.cnblogs.com/hrwu/p/9381444.html
评论(0)