[Fedora-i18n-list] Wrong codepage when mounting usb device

Sergey Bezdenezhnyh sib-mail at mtu-net.ru
Sat Nov 5 19:50:03 UTC 2005



When usb flash device is connected, it is automounted with wrong
codepage and russian text is unreadable. To solve this problem, I have
to unmount the device and to mount it again with utf8 codepage.
There is  another way to solve this problem - to add the next code to
storage-policy.fdi file:

<!-- Use UTF-8 charset for vfat -->
<match key="volume.fstype" string="vfat">
<merge key="volume.policy.mount_option.iocharset=utf8"
type="bool">true</merge>
<merge key="volume.policy.mount_option.quiet" type="bool">true</merge>
<merge key="volume.policy.mount_option.umask=000"
type="bool">true</merge>
</match>

Can anyone do it in CVS?




More information about the Fedora-i18n-list mailing list