FS#7549 - [gnome-mount] Default mount option for vfat media disk
Attached to Project:
Arch Linux
Opened by 甘露(Lu Gan) (ganlu) - Monday, 02 July 2007, 08:39 GMT
Last edited by Jan de Groot (JGC) - Saturday, 31 October 2009, 20:59 GMT
Opened by 甘露(Lu Gan) (ganlu) - Monday, 02 July 2007, 08:39 GMT
Last edited by Jan de Groot (JGC) - Saturday, 31 October 2009, 20:59 GMT
|
Details
Default mount option (hal and gmount) for vfat media disk
should be utf8. So user doesn't need to manually modify
gconf schema to avoid mess font display.
|
This task depends upon
Closed by Jan de Groot (JGC)
Saturday, 31 October 2009, 20:59 GMT
Reason for closing: Won't fix
Additional comments about closing: gnome-mount has been removed.
Saturday, 31 October 2009, 20:59 GMT
Reason for closing: Won't fix
Additional comments about closing: gnome-mount has been removed.
For example, users in Eastern Europe usually use codepage=866,iocharset=utf8
codepage=866,iocharset=utf8 works great with uk_UA.UTF-8 locale.
Linux stores all files on FAT32 in cp866 as defined by codepage, but for displaying filenames it displays them in UTF-8 as defined by iocharset=utf8.
When I create file with Cyrillic chars in filename from Linux - Windows sees them correctly.
<device>
<!-- Use UTF-8 charset for vfat -->
<match key="volume.fstype" string="vfat">
<merge key="volume.policy.mount_option.iocharset=utf8"
type="bool">true</merge>
</match>
</device>
EDIT: also, I wonder if the same should be done for some other filesystems?
BTW, iocharset=utf8 seems more clean to me than just utf8.
could you please release a patched gnome-mount package as soon as possible (of course if you think patch is OK, but please don't wait for next upstream gnome-mount release), I have got hundreds of questions or complain in our Chinese Archlinux forum. It has been a quite big issue for lots of Chinese users here.
It also can be resolved by using default mount options in KERNEL. Why not?