home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vms / 20373 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  1.7 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!spool.mu.edu!agate!ucbvax!lrw.com!leichter
  2. From: leichter@lrw.com (Jerry Leichter)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Question about RMS and MSCP-pair [correction]
  5. Message-ID: <9301051701.AA12189@uu3.psi.com>
  6. Date: 5 Jan 93 15:49:33 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 30
  11.  
  12.  
  13.     I wrote:
  14.  
  15.     By the time you get a "forced error", the data is gone.  The forced
  16.     error indicator is set on the REPLACEMENT block, not the original one,
  17.     and I don't believe the corrupted data, such as it was, is even copied
  18.     into the block.
  19.  
  20. It's been pointed out to me that on at least some devices, the data IS copied,
  21. and people have successfully recovered it in cases where it's highly redun-
  22. dant (such as English text, for example).
  23.  
  24. I don't know for certain whether the DSA spec REQUIRES that the possibly-
  25. corrupt data be copied to the replacement block, or simply ALLOWS it.  If
  26. it does NOT require it, I don't know if any existing devices fail to copy
  27. the data.
  28.  
  29. Note that, given the size of errors that the ECC on DEC's disks can correct
  30. successfully, there are going to be at least some 10-12 bytes bad in the
  31. block - and you have no idea where, or how many bytes have been damaged.  It's
  32. quite possible that every byte in the block contains random mush.  For
  33. anything EXCEPT natural-language text or source code, it's going to be very
  34. difficult to recover much useful information.
  35.  
  36. In summary:  The only SAFE assumption is that if you see a "forced error",
  37. the data in the block is completely gone.  If it is very important to you
  38. and you have no other copies, you MAY be able to get some of it back - but
  39. don't rely on it.
  40.                             -- Jerry
  41.  
  42.