Path: utzoo!dptcdc!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.wizards Subject: Re: inode #1 Keywords: file systems, root inode Message-ID: <1450@auspex.auspex.com> Date: 17 Apr 89 20:34:52 GMT References: <352@anvil.oz> <17278@dcatla.UUCP> <824@mtxinu.UUCP> Reply-To: guy@auspex.auspex.com (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 9 >...and inode 1 was reserved for bad block handling. This method of >bad block management was never widely implemented, if anyone ever actually >did it at all. As I remember, it was half-implemented in the V7 "mkfs"; there was a routine that would be called for every data block in the file system and, if it returned true, the block would be assigned to inode 1. (It looks as if that's still there in the S5R3 "mkfs".) However, the routine always returned false....