centos 分区挂载准备工作

-bash: wget: command not found的两种解决方法
yum安装
yum -y install wget

mount: unknown filesystem type 'ntfs' 解决办法

1、wget https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz
2、tar zxvf ntfs-3g_ntfsprogs-2017.3.23.tgz
3、cd ntfs-3g_ntfsprogs-2017.3.23
4、./configure
5、make
6、make install

提示 checking for gcc... no
checking for cc... no
checking for cl.exe... no

yum install -y gcc glibc

原文地址:https://www.cnblogs.com/lph970417/p/12034720.html