Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Apr 2009 06:28:59 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        yuri@rawbw.com
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Is international support broken is msdosfs file system driver?
Message-ID:  <87skkl16ro.fsf@kobe.laptop>
In-Reply-To: <49DA9073.9030401@rawbw.com> (yuri@rawbw.com's message of "Mon, 06 Apr 2009 16:29:55 -0700")
References:  <49D6807D.1040902@rawbw.com> <49DA9073.9030401@rawbw.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 06 Apr 2009 16:29:55 -0700, Yuri <yuri@rawbw.com> wrote:
> Nobody replied and I still have the problem.
>
> I extracted the area of the disk where long file names are stored. And
> can see that all characters are in UTF-8.
>
> So how to correctly read UTF-8 encoded VFAT?

Remap the locale to something you *can* read?  I regularly use mount
options like -L el_GR.ISO8859-7 to browse FAT filesystems frm non-UTF8
sessions.

Can you try mounting with something like this?

    # mount -o -L=el_GR.ISO8859-7 /dev/msdosfs/FOO /mnt

BTW, this should probably be in -questions not -hackers.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87skkl16ro.fsf>