Path: utzoo!attcan!uunet!wuarchive!gem.mps.ohio-state.edu!ginosko!uakari.primate.wisc.edu!ames!haven!mimsy!chris From: chris@mimsy.UUCP (Chris Torek) Newsgroups: comp.unix.wizards Subject: Re: Two identical filenames in one directory! Message-ID: <19914@mimsy.UUCP> Date: 1 Oct 89 06:26:52 GMT References: <22@minya.UUCP> <701@ccssrv.UUCP> Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 17 In article <701@ccssrv.UUCP> perry@ccssrv.UUCP (Perry Hutchison) writes: (regarding fixing a file name of the form `foo\0\0\0\0\0\0\0\0\0\0x') >Sure. You boot DOS, run Norton Utilities in maintenance mode, search for the >problem pattern, and patch it. Change the 1F to 00 and the name to anything >that doesn't duplicate some other entry in that directory. > >This isn't a 386? Well you can always use adb on the raw special file. For one thing, adb only works on block special files, since it reads and writes one `int' at a time. More importantly, this sort of problem is rare enough under reasonable versions of Unix (i.e., never happens, because fsck fixes it) that one does not need Norton Utilities. If fsck does *not* fix it, then that is a bug in fsck. -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163) Domain: chris@cs.umd.edu Path: uunet!mimsy!chris