home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vms / 20303 < prev    next >
Encoding:
Text File  |  1993-01-04  |  1.2 KB  |  31 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!psinntp!cmcl2!acf3!tihor
  3. From: tihor@acf3.NYU.EDU (Stephen Tihor)
  4. Subject: Re: Question about RMS and MSCP-pair
  5. Message-ID: <61050100@acf3.NYU.EDU>
  6. Sender: notes@cmcl2.nyu.edu (Notes Person)
  7. Nntp-Posting-Host: acf3.nyu.edu
  8. Organization: New York University
  9. References: <1993Jan4.115621.29717@news.th-darmstadt.de>
  10. Date: Mon, 4 Jan 1993 17:55:00 GMT
  11. Lines: 18
  12.  
  13. Use BACKUP or any other tool you have written to accept and ignore the
  14. forced error, copying the file.  Delete the original.   The block is
  15. happily revectored and can be reused by a WRITE operations, its just
  16. that the system has reason to suspect that the data in the block MIGHT
  17. be corrupted and VMS taks data integrity very seriously.  So seriously
  18. in this case that you have to be prepared to dismiss an ERROR return to
  19. get to it.
  20.  
  21. Tool suggestions:
  22.  
  23. A useful tool for someone to write (who is so inclined) would be a
  24. utility program to read and rewrite the blocks of a file handling and
  25. checking about forced errors as they happen.
  26.  
  27. Another interesting varation on that tool would be something to run on
  28. a privately mounted disk to read or double read and compare, overwrite
  29. with test patterns, and then rewrite each block on a disk.
  30.  
  31.