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

Posted hanbinglengxie

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

以上是关于mount: unknown filesystem type 'ntfs' 解决办法的主要内容,如果未能解决你的问题,请参考以下文章