Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!watmath!clyde!cbosgd!ucbvax!info-vax From: OC.GARLAND@CU20B.COLUMBIA.EDU (Richard Garland) Newsgroups: mod.computers.vax Subject: Re: Bad Directory File Message-ID: <12173984100.21.OC.GARLAND@CU20B.COLUMBIA.EDU> Date: Thu, 9-Jan-86 20:31:57 EST Article-I.D.: CU20B.12173984100.21.OC.GARLAND Posted: Thu Jan 9 20:31:57 1986 Date-Received: Sat, 11-Jan-86 02:57:22 EST References: Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 25 Approved: info-vax@sri-kl.arpa To recover the files in the corrupt directory, ANAL/DISK will do it, however, first set the directory file to be a non-directory: SET FILE FOO.DIR/NODIRECTORY Next be sure you can read all the files on the disk so ANAL will find all the forward and backward links: SET PROC/PRIVILEGE=BYPASS (you've backed up the disk first, right?) Then do the ANALIZE. You may need several passes if it gets certain errors. ANALIZE/DISK/REPAIR/CONFIRM (the /CONFIRM lets you decide on a case by case basis. If its *really* corrupt, the /CONFIRM will take forever). Do this over again until you see no more errors. Then the files that were in the bad directory should be in SYS$LOST. This procedure works. Good luck. Rg -------