首页 > 系统 > Linux > 正文

Ubuntu下挂载fat filesystem时中文乱码的解决

2024-08-28 00:09:43
字体:
来源:转载
供稿:网友

我用的Linux发行版为Ubuntu,其他的当然也可以试试。

在mount命令后面加 "-o incharset=utf8" 就行了。

e.g. mount -o incharset=utf8 /dev/sda5 /media/sda5
Notice:

上面是小写o;utf8可以改成别的,可能要看需要了,其实可以参考/etc/fstab里面的内容,因为开机自动mount没有乱码问题,手动就有了。 
 

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表