CenOS 7 Filesystem type ntfs not configration in kernel Cannot mount NTFS format hard disk or USB flash drive

CenOS 7 Filesystem type ntfs not configration in kernel

problem appear:

error mounting dev/sdb4 at /run/media/cenos/***:Filesystem type ntfs not configration in kernel

CenOS opens the hard disk (USB) formatted in NTFS, and this error occurs when clicking


Solution:

 

  • 1. Since Cenos does not have the source of ntfs by default, it is necessary to add the source

sudo wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
  • 2. More local sources

sudo yum update
  • 3. Install ntfs-g3, after installation, you can use USB flash drive or hard disk (in NTFS format) without restarting.

sudo yum install *ntfs*

Correspondingly, three dependencies will be installed:

  • ntfs-g3

  • ntfs-g3-devel

  • ntfsprogs

Select y at the bottom

then it will be available

 

References: https://blog.csdn.net/chy555chy/article/details/113747253

Guess you like

Origin blog.csdn.net/weixin_40294256/article/details/117739630