home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / aux / 4577 < prev    next >
Encoding:
Text File  |  1993-01-09  |  2.1 KB  |  48 lines

  1. Newsgroups: comp.unix.aux
  2. Path: sparky!uunet!cs.utexas.edu!wupost!gumby!destroyer!ncar!noao!noao.edu!tody
  3. From: tody@noao.edu (Doug Tody)
  4. Subject: Re: SunDump and A/UX's dump.bsd (actually tar)
  5. Message-ID: <1993Jan9.165900.11728@noao.edu>
  6. Sender: news@noao.edu
  7. Nntp-Posting-Host: lepus.tuc.noao.edu
  8. Reply-To: tody@noao.edu
  9. Organization: National Optical Astronomy Observatories
  10. References:  <145103@lll-winken.LLNL.GOV>
  11. Date: Sat, 9 Jan 1993 16:59:00 GMT
  12. Lines: 34
  13.  
  14. In article <145103@lll-winken.LLNL.GOV>, hatch@conan.llnl.gov (Jeff Hatch) writes:
  15. > I have tried several times take a tape written by Sun OS's 'tar' program 
  16. > and read it back with 'tar' on A/UX ... and each time have failed.  Upon 
  17. > talking about it with the folks at Apple Techinal Answerline who didn't 
  18. > seem to have a clue, I have come to believe that the 'tc' device driver 
  19. > that A/UX uses is incompatible with the 'rst'  driver used in Sun OS 
  20. > probably due to Apple's effort to maintain block mode compatibility with 
  21. > their old and lame 40 MB tape drive.
  22.  
  23. A/UX can read a tar file written on a Sun and vice versa, e.g. if you
  24. transfer the tar file via a network or uucp transfer.  The problem you see
  25. with tapes is most likely the 8K fixed size blocking used by the Apple tc
  26. driver.  You might want to try Jim Jagielski's hacked version of the tc
  27. driver, which supports 1K fixed size blocks (and maybe variable length
  28. blocks) either of which can be generated on a Sun.  Also watch out for
  29. compression if your drive supports it.
  30.  
  31. > A/UX's tar when used on HD floppy 
  32. > disks is beautifully compatible with Sun's most likely due to compatible 
  33. > floppy device drivers.
  34.  
  35. This is because floppy disk has fixed size 512 byte sectors, whether it is
  36. read on a Sun or a Mac.  Tar just writes the tar file to the raw floppy
  37. device.
  38.  
  39. > I suspect this observation holds true for the 
  40. > issues with A/UX's dump.bsd/restore and Sun OS's dump/restore.
  41.  
  42. I think it is worse than that, the A/UX and SunOS dump/restore define
  43. different, incompatible tape formats.
  44.  
  45. -- 
  46. Doug Tody    National Optical Astronomy Observatories
  47. tody@noao.edu   P.O. Box 26732, Tucson, Arizona, 85726
  48.