On Sun, 9 Mar 2003, pablo wrote:
> http://qa.mandrakesoft.com/show_bug.cgi?id=2842
>
> You must have iocharset=utf8 and no codepage=
>From /usr/src/linux/Documentation/filesystems/ntfs.txt
-------------------------------------------------------------------------->
iocharset=name Deprecated option. Still supported but please use
nls=name in the future. See description for nls=name.
nls=name Character set to use when returning file names.
Unlike VFAT, NTFS suppresses names that contain
unconvertible characters. Note that most character
sets contain insufficient characters to represent all
possible Unicode characters that can exist on NTFS. To
be sure you are not missing any files, you are advised
to use nls=utf8 which is capable of representing all
Unicode characters.
<---------------------------------------------------------------------------
So please use nls=utf8 and forget iocharset (bad heritage from the old
NTFS driver).
Szaka