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

字体大小: 中小 标准 ->行高大小: 标准

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

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

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

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

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/54334.html