home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.28 / text0072.txt < prev    next >
Encoding:
Text File  |  1992-08-17  |  1.4 KB  |  34 lines

  1. Submitted-by: hcbarth@afterlife.uucp (Bart Bartholomew)
  2.  
  3.     I once used a system that had disk sectors as the
  4. basic storage unit.  Obviously not Unix.  At the end of each
  5. record (sector) on the backup medium, there were a few extra
  6. pieces of information:
  7.     64-bit checksum (Not mod2 add, a rather more complex
  8.             calculation.)
  9.     current filename
  10.     current recordnumber of filename
  11.     number of records in filename
  12.     Administrative trivia, like owner, etc.
  13. The unusual point here is the explicit support for multi-volume
  14. archives.  In particular, you could split a file over two tapes,
  15. *restore from tape 2 first* (it was sometimes convenient), and
  16. then from tape1.  The numrec of numberofrecs information came
  17. in handy many many times.  In fact, sometimes we would have
  18. two drives going at the same tim during restore, and properly
  19. reconstruct the files.  On a full restore, we had eight drives
  20. going simultaneously at full speed.  A nice part of the system
  21. was that we could reconstruct the directories starting at any
  22. tape in the set.  If lables got lost, no big deal.
  23.     Clearly, support for multiple volumes is needed.
  24.     Bart
  25. -- 
  26. "It's not the thing you fling, the fling's the thing." - Chris Stevens
  27.  If there's one thing I just can't stand, it's intolerance.
  28. *No One* is responsible for my views, I'm a committee. Please do not
  29. infer that which I do not imply.  hcbarth@afterlife.ncsc.mil
  30.  
  31.  
  32. Volume-Number: Volume 28, Number 74
  33.  
  34.