Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!lll-crg!ames!ucbcad!ucbvax!CitHex.Caltech.Edu!carl From: carl@CitHex.Caltech.Edu.UUCP Newsgroups: mod.computers.vax Subject: Re: file cleanupon MicroVAX VMS 4.2 (long) Message-ID: <861127062742.05j@CitHex.Caltech.Edu> Date: Thu, 27-Nov-86 09:27:41 EST Article-I.D.: CitHex.861127062742.05j Posted: Thu Nov 27 09:27:41 1986 Date-Received: Fri, 28-Nov-86 02:05:38 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 16 Approved: info-vax@sri-kl.arpa > Attempts to delete the file failed since VMS said it didn't exist. How > can I get rid of the file? I know its file id, size and directory > location from the FILES program. You should try using the Disk verification utility: $ ANALYZE/DISK/REPAIR/CONFIRM duaa: This should offer to remove the file (whose header has been marked for delete) from the disk, as well as checking for other inconsistencies on the disk. Since this utility can destroy any chances of recovering data from a partially corrupted disk, you might want to first run is with the command: $ ANALYZE/DISK/NOREPAIR duaa: to get some idea of what it's going to try to do before you let it try to repair the disk structure.