public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* vfat: why is shortname=lower the default?
@ 2005-03-29 20:32 Xuân Baldauf
  2005-03-30 13:12 ` OGAWA Hirofumi
  0 siblings, 1 reply; 4+ messages in thread
From: Xuân Baldauf @ 2005-03-29 20:32 UTC (permalink / raw)
  To: hirofumi; +Cc: Linux Kernel Mailing List

Hi Hirofumi,

Why is shortname=lower the default mount option for vfat filesystems? 
Because, with "shortname=lower", copying one FAT32 filesystem tree to 
another FAT32 filesystem tree using Liux results in semantically 
different filesystems. (E.g.: Filenames which were once "all uppercase" 
are now "all lowercase").

With "shortname=mixed", such semantic changes would not occur. That's 
why I'd consider "shortname=lower" as default mount option as a bug. I'd 
propose "shortname=mixed" as default as a fix for this bug.

What do you think?

ciao,
Xuân.


P.S.: "man mount" says:

       shortname=[lower|win95|winnt|mixed]

              Defines the behaviour for creation and display of 
filenames which fit into 8.3 characters. If a long name for a file 
exists, it will always be preferred display. There are four modes:

              lower  Force the short name to lower case upon display; 
store a long name when the short name is not all upper case.

              win95  Force the short name to upper case upon display; 
store a long name when the short name is not all upper case.

              winnt  Display the shortname as is; store a long name when 
the short name is not all lower case or all upper case.

              mixed  Display the short name as is; store a long name 
when the short name is not all upper case.

       The default is "lower".


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-03-30 14:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-29 20:32 vfat: why is shortname=lower the default? Xuân Baldauf
2005-03-30 13:12 ` OGAWA Hirofumi
2005-03-30 13:26   ` Xuân Baldauf
2005-03-30 14:38     ` OGAWA Hirofumi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox