This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: fatfs & lowercase directory names


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]