-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