ntfs-3g让Linux 打开ntfs盘
- 加源 用的阿里
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
- 安装
1
2
3yum update;yum install ntfs-3g
#建议安装全家桶
yum update;yum install ntfs*
没有权限的话:su
输入密码,重复上面操作
如果ntfs硬盘状态为只读
1 | #修复文件系统/dev/sda7是自己的硬盘 |
参考链接:https://www.jianshu.com/p/7648613b4a63
无法挂载参考链接