Am Fr, den 03.01.2003 schrieb Sheedee um 17:15: > > My FAT32 partition is encoded with ISO8859-2 charset, but Fedora doesn't > seem to accept that and reads it, as something different (even though I > specified the charset as ISO8859-2). Where? For your whole system in /etc/sysconfig/i18n or in /etc/fstab? Have you read the Release Notes about that? > As a result, I can't read files, that > have any special characters in their names. I'd like to know, how to make > Fedora accept central europian encoding (ISO8859-2). This feature works > just fine under Suse and Mandrake linux. Thanx ;) I think they are not running unicode by default, are they? You can try different locales on mounting. E.G. what I have to do is /dev/hda9 /mnt/daten vfat defaults,utf8,gid=1000,uid=1000 0 0 ^^^^ for more options like "codepage" or "iocharset" see # man mount. Christoph