Ubuntu下挂载fat filesystem时中文乱码的解决
我用的Linux发行版为Ubuntu,其他的当然也可以试试。在mount命令后面加 "-o incharset=utf8" 就行了。e.g. mount -o incharset=utf8 /dev/sda5 /media/sda5Notice:上面是小写o;utf8可以改成别的,可能要看需要了,其实可以参考/etc/fstab里面的内容,因为开机自动mount没有乱码问题,手动就有了。删除Ubuntu孤立包的方法技巧分享 Ubuntu下不使用apt-ge...