可以通过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
转载于:https://www.cnblogs.com/hanbinglengxie/p/11177022.html
相关资源:在linux中mount ntfs文件系统