gpt格式的移动硬盘在Linux系统下挂载方法

https://blog.csdn.net/zhang_can/article/details/79714012

 

注意安装ntfs支持

1,CentOS默认源里没有ntfs3g,想要添加ntfs支持,需要自己下载编译安装或者加源yum安装。我这里使用的是添加aliyun的epel源来yum安装的方式。

2,添加epel yum源
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo

3,安装ntfs-3g
yum -y install ntfs-3g

4,挂载ntfs类型的文件系统
mount -t ntfs /dev/sdb2 /mnt/winC

上一篇:Windows安装repo的真正解决方案,Android技术功底不够如何去面试


下一篇:repo+git submodule 实现代码嵌套并且批量管理