[ECOS] fatfs & lowercase directory names
Paul D. DeRocco
pderocco@ix.netcom.com
Thu Oct 4 17:04:00 GMT 2007
> From: Will Wagner
>
> Does someone know why the fatfs code converts all directory names to
> uppercase (ie in set_raw_dentry_filename())?
>
> I have looked at a number of other fatfs implementations and
> they don't
> enforce only uppcase names so I don't believe it is a requirement for
> fat filesystem.
8.3 names must be uppercase. That's the way MS-DOS worked, that's how
Windows still works (for the 8.3 aliases), and that's the way anything that
reads a FAT volume will assume it works. Lower case letters are only
recorded in the long file names, under VFAT, which I don't believe eCos
supports yet.
--
Ciao, Paul D. DeRocco
Paul mailto:pderocco@ix.netcom.com
--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
More information about the Ecos-discuss
mailing list