Linux挂载U盘报错:mount: unknown filesystem type 'ntfs'

问题:Linux挂载U盘时,报错mount: unknown filesystem type 'ntfs' 错误。这是由于Linux上无法识别NTFS格式的分区的原因。

解决办法:安装ntfs-3g

[root@localhost ~]# wget https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz
[root@localhost ~]# tar -zxvf  ntfs-3g_ntfsprogs-2017.3.23.tgz
[root@localhost ~]# cd ntfs-3g_ntfsprogs-2017.3.23.tgz
[root@localhost ~]# ./configure
[root@localhost ~]# make && make install

 然后执行挂载命令,挂载U盘:

[root@localhost ~]# mount -t ntfs-3g /dev/sdb1 /mnt

 至此,就解决了Linux系统无法识别ntfs格式的问题。

 

posted @   千里走单琦  阅读(1922)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· CSnakes vs Python.NET:高效嵌入与灵活互通的跨语言方案对比
· DeepSeek “源神”启动!「GitHub 热点速览」
· 我与微信审核的“相爱相杀”看个人小程序副业
· Plotly.NET 一个为 .NET 打造的强大开源交互式图表库
· 上周热点回顾(2.17-2.23)
点击右上角即可分享
微信分享提示