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

  1. In article <8018@ut-sally.UUCP> rbj@icst-cmr.arpa writes:
  2. >Depends on what you mean. I have had troubles reading the original
  3. >TPC V6 & V7 distribution tapes under 4.2 BSD. Perhaps the format has
  4. >changed since then. Anyone have a tar that will read these tapes?
  5.  
  6. Ok, the joke's on me. I'll try dump. Now on to Joe Yao's articles.
  7.  
  8. ? >I would also like to see an option not to cross mount points, that is
  9. ? >stay on the same partition. This should be added to several major utilities.
  10. ? Easy enough:
  11. ?     [%$] su
  12. ?     Password:
  13. ?     # mount
  14. ?     / on /dev/disk-0
  15. ?     /prime on /dev/disk-1
  16. ?     /prime/secundus on /dev/disk-2
  17. ?     # unmount /dev/disk-2
  18. ?     # cd /prime
  19. ?     # tar xv
  20. ? Other than that, this is awfully hard to do unless you are willing
  21. ? to break modularity by sticking info about the FS into programs
  22. ? which have no need to know about it whatsoever.
  23.  
  24. Find on BSD4.3 has -xdev, and others have -prune. It is often desirable
  25. to restrict searches to a single file system. Besides, to unmount /usr,
  26. you have to kill all the daemons, and then the only editor you  have is ed.
  27.  
  28. ? In article <8006@ut-sally.UUCP> guy@sun.com (Guy Harris) writes:
  29. ? >    3) It is less common.  Almost all UNIX systems that support
  30. ? >       "cpio" also support "tar"; many UNIX systems that support
  31. ? >       "tar" do not support "cpio".
  32. ? Guy's arguments are mostly good, especially when reasoning about
  33. ? the byte-order problem.  It should perhaps be noted, though, that
  34. ? cpio pre-dates tar, and that there are probably numerous systems
  35. ? "out there" that have cpio but not tar.  This, at least, seems to
  36. ? be one of the arguments used by X/OPEN.
  37.  
  38. Saying cpio predates tar might be strictly true, but tar hit the streets 
  39. first. Do you know of any UNII that have cpio but not tar?
  40.  
  41. ?     Joe Yao        jsdy@hadron.COM (not yet domainised)
  42. ?     hadron!jsdy@{seismo.CSS.GOV,dtix.ARPA,decuac.DEC.COM}
  43. ? {arinc,att,avatar,cos,decuac,dtix,ecogong,kcwc}!hadron!jsdy
  44. ?      {netex,netxcom,rlgvax,seismo,smsdpg,sundc}!hadron!jsdy
  45.  
  46.     (Root Boy) Jim "Just Say Yes" Cottrell    <rbj@icst-cmr.arpa>
  47.     I just had my entire INTESTINAL TRACT coated with TEFLON!
  48.  
  49.  
  50. Volume-Number: Volume 11, Number 24
  51.  
  52.