出现的问题
Error mounting /dev/xx/run/media/cenos/软件:Filesystem type ntfs not configured in kernel.
解决方法
添加 Centos的ntfs源
1
sudo wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
更新本地源
1
sudo yum update
安装ntfs-g3,安装之后无需重启就可以使用带(NTFS格式的)优盘或者硬盘
1
sudo yum install *ntfs*
对应的会安装三个依赖:ntfs-g3 ntfs-g3-devel ntfsprogs