linux 无法识别ntfs 格式的u盘

 配置 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

posted @ 2018-07-28 11:48  hrwu  阅读(7509)  评论(0编辑  收藏  举报