业务需要,200G文件导入服务器,报unknown filesystem type ntfs,解决方案如下
原因:CentOS默认源里没有ntfs,想要添加ntfs支持,需要自己下载编译安装或者加源yum安装。
1:wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
2:yum update;yum install ntfs-3g 完事选Y
3:yum install ntfs-3g
结束