home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.11 / text0022.txt < prev    next >
Encoding:
Text File  |  1987-07-18  |  1.9 KB  |  52 lines

  1. Reply-To: jsdy@hadron.uucp (Joseph S. D. Yao)
  2.  
  3. In article <8018@ut-sally.UUCP> rbj@icst-cmr.arpa writes:
  4. >Depends on what you mean. I have had troubles reading the original
  5. >TPC V6 & V7 distribution tapes under 4.2 BSD. Perhaps the format has
  6. >changed since then. Anyone have a tar that will read these tapes?
  7.  
  8. At this early hour, I can't think what "TPC" means.  When someone
  9. tells me, I shall probably kick myself.  On the other hand, the
  10. first UUG V6 & V7 distribution tapes were in tp or stp format.
  11. (Remember those?)  When we first started switching to tar, we had
  12. some problems with a tar for V6 and PWB System 1.X.  If I remember
  13. correctly, the first few read OK and wrote trash.  They were based
  14. on (the new) V7 tar.
  15.  
  16. Oh.  The Phone Company.  OK.  Cutesy I am  n o t  at this hour of
  17. the morning.  (One dissenting vote heard from.)  My comment stands:
  18. the V6 and PWB tapes, at least; and prob'ly V7 as well, were not
  19. based on tar.
  20.  
  21. [ Readers are not required to read articles early in the morning just
  22. because I often post them then.  :-)
  23.  
  24. The tar format in POSIX is derived from Version 7, as are most of the
  25. tar programs in use today.  -mod ]
  26.  
  27. >I would also like to see an option not to cross mount points, that is
  28. >stay on the same partition. This should be added to several major utilities.
  29.  
  30. Easy enough:
  31.     [%$] su
  32.     Password:
  33.     # mount
  34.     / on /dev/disk-0
  35.     /prime on /dev/disk-1
  36.     /prime/secundus on /dev/disk-2
  37.     # unmount /dev/disk-2
  38.     # cd /prime
  39.     # tar xv
  40.  
  41. Other than that, this is awfully hard to do unless you are willing
  42. to break modularity by sticking info about the FS into programs
  43. which have no need to know about it whatsoever.
  44.  
  45.     Joe Yao        jsdy@hadron.COM (not yet domainised)
  46.     hadron!jsdy@{seismo.CSS.GOV,dtix.ARPA,decuac.DEC.COM}
  47. {arinc,att,avatar,cos,decuac,dtix,ecogong,kcwc}!hadron!jsdy
  48.      {netex,netxcom,rlgvax,seismo,smsdpg,sundc}!hadron!jsdy
  49.  
  50. Volume-Number: Volume 11, Number 23
  51.  
  52.