mount: unknown filesystem type 'ntfs' 解决办法
可以通过ntfs-3g来解决
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
7、利用mount去挂载这块硬盘,例如我的把/dev/vdb1挂载到/wuyou目录下,使用命令如下 mount -t ntfs-3g /dev/vdb1 /wuyou