其他分享
首页 > 其他分享> > 记录unknown filesystem type ntfs

记录unknown filesystem type ntfs

作者:互联网

业务需要,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

结束

标签:epel,ntfs,unknown,repo,yum,filesystem,type
来源: https://www.cnblogs.com/innocenter/p/15791254.html