CentOS7 安装后的补充设置

1、添加NTFS支持

昨天重新安装了一个CentOS7,用的是添加aliyun的epel源来yum安装的方式,简单易行。

1、由于centos默认yum源内没有可以直接下载ntfs-3g的途径,所以添加aliyun的epel源

wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo

2、安装 ntfs-3g

yum install ntfs-3g

安装ntfs-3g后,使用 grub2-mkconfig -o /boot/grub2/grub.cfg 就可以把windows添加到启动系统列表。也可以使用mount -t ntfs 命令挂载u盘

posted @ 2022-11-08 10:04  汉学  阅读(72)  评论(0)    收藏  举报