The Chinese file name cannot be displayed in the FAT32 partition under fc10

Source: Internet
Author: User

The FAT32 partition may not contain the character encoding mode when it is mounted. Run the following command to assume that the FAT32 partition is mounted to the/Media/disk directory.

1. umount/Media/disk. Generally, fc10 is automatically mounted when it is started. It is uninstalled first.

 

2. Mount-T vfat/dev/sda5/Media/disk-O codePage = 936, iocharset = utf8, auto, RW, umask = 000

Sda5 can be queried by the fdisk-l command. rm and umask = 000 allow all users to read and write FAT32 partitions. Otherwise, only the root user has the write permission, iocharset = utf8 indicates that the system uses utf8 encoding to mount and display the file information in the FAT32 partition according to the character set mode.

 

3. If your system uses gb2312 encoding by default, change iocharset to = gb2312.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.