可以通過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