U disk Chinese characters garbled problem under Linux system

  

Generally use this command: mount -o iocharset=utf8 /dev/sdb /tmp/fat

If you can not try the following command: mount /dev/sdb /mnt -t vfat -o codepage=936,iocharset=utf8

mount /dev/sdb /mnt -t vfat -o iocharset=utf8

mount /dev/sdb /mnt -t Vfat -o codepage=936,iocharset=gb2312

mount /dev/sdb /mnt -t vfat -o codepage=936,iocharset=gbk

mount /dev/sdb /mnt -t Vfat -o codepage=936,iocharset=gb18030

You can also try the following methods:

Open the gonme configuration editor. In the "System" - "Configuration", select "system" Then open "storage", find the following key (a bit like the windows registry, change the key value): default_options, there are several commonly used file systems under this key, such as CD, NTFS, general U disk are FAT, so open Vfat and open it. Double-click the key name on the right to pop up the modification box. Press "Add" and enter: iocharset=utf8 in the edit field. After the scheduled exit will take effect.

I tried it on Suse Linux10.2, and the original garbled characters can be displayed as Chinese.

Copyright © Windows knowledge All Rights Reserved