From: Ryan Underwood <nemesis-lists@icequake.net>
To: linux-msdos@vger.kernel.org
Subject: Re: uppercase filenames
Date: Wed, 13 Aug 2003 05:51:19 -0500 [thread overview]
Message-ID: <20030813105119.GP6464@dbz.icequake.net> (raw)
In-Reply-To: <oprttf6w1jg5addp@mail.xnetcuyo.com.ar>
Hi,
On Tue, Aug 12, 2003 at 08:43:34PM -0300, Alejandro Néstor Vargas wrote:
> I've just installed dosemu-1.1.5.6, it's workign right but in some cases
> the files created by the dos are created as uppercase in the linux
> filesystem. In particular, I can create directories with md and they are
> created as lowercase, but if I uses mkdir form a Turbo Pascal program, it
> is created as uppercase. The same occurs from inside the ide of Turbo
> Pascal: the files (source codes) are created as uppercase. I searched for a
> configuration for this but I coudn't find any reference of this.
If you are using a lredir drive, the relevant code is in dosext/mfs/mfs.c,
in dos_fs_redirect(). It looks like the file is created verbatim to the DOS
create command; if the DOS programmer happened to use all uppercase or
some mixed case in his program, the file is actually created with that
case on the unix side, even though on the dos side it is all treated as
universal case.
I agree that having mixed case filenames under unix tends to be an
annoyance. Perhaps this should be made into a configurable option.
--
Ryan Underwood, <nemesis at icequake.net>, icq=10317253
-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2003-08-13 10:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-12 23:43 uppercase filenames Alejandro Néstor Vargas
2003-08-13 10:51 ` Ryan Underwood [this message]
2003-08-13 11:28 ` Bart Oldeman
2003-08-13 11:05 ` Bart Oldeman
2003-08-13 15:31 ` Alejandro Néstor Vargas
2003-08-13 17:25 ` uppercase filenames: the problem is in rename Alejandro Néstor Vargas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030813105119.GP6464@dbz.icequake.net \
--to=nemesis-lists@icequake.net \
--cc=linux-msdos@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox