From owner-freebsd-hackers Tue May 7 14:53:17 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA12843 for hackers-outgoing; Tue, 7 May 1996 14:53:17 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA12827 for ; Tue, 7 May 1996 14:53:09 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA24408; Tue, 7 May 1996 14:43:43 -0700 From: Terry Lambert Message-Id: <199605072143.OAA24408@phaeton.artisoft.com> Subject: Re: dosfsck anyone? To: ulf@z-code.ncd.com (Ulf Zimmermann) Date: Tue, 7 May 1996 14:43:43 -0700 (MST) Cc: kaleb@x.org, terry@lambert.org, hackers@freefall.freebsd.org In-Reply-To: <9605070916.ZM13557@zask.z-code.com> from "Ulf Zimmermann" at May 7, 96 09:16:48 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > ??? What does that mean, they're "artifacts of the search interface..." > > > > It's been years since I used MS-DOS enough to care about poking around > > in the file system with Norton Utilities, but as I recall "." and ".." > > are just like any other directory entry in a directory. > > . and .. are offical needed, it is used by MS-Dos to load quicker the actual > directory (. points to the first cluster of the diretory) or to go one > directory up again (.. points to the first cluster of the mother directory or > to 0 for roo directory) Windows95 IFS uses absolute paths for all FS lookups. So does NT. *ALL* FS lookups. Same goes for DOS 7.0 shells running INT 21 emulation for programs running in DOS "Command" on Win95. If you "cd .." you *don't* get a ".." at the IFSMgr_SetReqHook() call level. You get an absolute path with the ".." parsed back. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.