From owner-cvs-all Tue Feb 24 03:02:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18236 for cvs-all-outgoing; Tue, 24 Feb 1998 03:02:31 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from lsd.relcom.eu.net (ache@lsd.relcom.eu.net [193.124.23.23]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA18225; Tue, 24 Feb 1998 03:02:23 -0800 (PST) (envelope-from ache@lsd.relcom.eu.net) Received: (from ache@localhost) by lsd.relcom.eu.net (8.8.8/8.8.8) id OAA01214; Tue, 24 Feb 1998 14:01:46 +0300 (MSK) (envelope-from ache) Message-ID: <19980224140143.53881@nagual.pp.ru> Date: Tue, 24 Feb 1998 14:01:43 +0300 From: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= To: Dmitrij Tejblum Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, dima@dnttm.ru Subject: Re: cvs commit: src/sys/msdosfs direntry.h msdosfs_conv.c msdosfs_lookup.c msdosfs_vfsops.c msdosfs_vnops.c msdosfsmount.h Mail-Followup-To: Dmitrij Tejblum , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, dima@dnttm.ru References: <199802231644.IAA29299@freefall.freebsd.org> <199802241037.NAA02154@tejblum.dnttm.rssi.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199802241037.NAA02154@tejblum.dnttm.rssi.ru>; from dima@tejblum.dnttm.rssi.ru on Tue, Feb 24, 1998 at 01:37:41PM +0300 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, Feb 24, 1998 at 01:37:41PM +0300, Dmitrij Tejblum wrote: > "Andrey A. Chernov" wrote: > > Always create DOS name in uppercase > > Always view DOS name in lowercase > > This imply that noone can see names like README.TXT on msdos filesystem. When > someone creates a file with such name, it becomes 'readme.txt'. But if someone > creates file 'README.TEXT', the name will remain same. This is odd, i believe. The reason is simple: non-uppercase names not understanded by majority of programs and filesystem checks under DOS. Making non-uppercase name in DOS breaks DOS! > A workaround could be to always write long file name. I.e. never return 1 in > unix2dosfn. It is still not compatible with Windows 95, of course, but Windows > 95 is not fully compatible with itself in this issue. This workaround is already active since long file name preserving case _always_ written if you have Win95 file system. I.e. two names written at once: 1) DOS uppercased name. 2) Win95 name preserving case (if you not turn off Win95 support) In msdosfs you'll see Win95 name first, if it present. -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message