From owner-freebsd-hackers Mon May 6 18:05:29 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA21139 for hackers-outgoing; Mon, 6 May 1996 18:05:29 -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 SAA21134 for ; Mon, 6 May 1996 18:05:26 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id RAA22363; Mon, 6 May 1996 17:50:37 -0700 From: Terry Lambert Message-Id: <199605070050.RAA22363@phaeton.artisoft.com> Subject: Re: dosfsck anyone? To: kaleb@x.org (Kaleb S. KEITHLEY) Date: Mon, 6 May 1996 17:50:37 -0700 (MST) Cc: terry@lambert.org, hackers@freefall.FreeBSD.org In-Reply-To: <199605070012.UAA17615@exalt.x.org> from "Kaleb S. KEITHLEY" at May 6, 96 08:12:09 pm 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 > > > main stumbling block, though, is that clusters (other than the > > > first directory cluster) will be missing '.' and '..' entries. > > > 2) "." and ".." are artifacts of the search interface, not > > artifacts of directory structure contents in a FAT/VFAT/VFAT32 > > file system. > > > > ??? 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. They are faked up (at least they are under Win95). I think "." is always faked... ".." might actually be there instead of implied by the link -- though if it were, then hard links could be supported under DOS, at least for files. You can "cd ..." to go up two directories in DOS, "...." for three, etc.. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.