home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / ncr / 547 < prev    next >
Encoding:
Internet Message Format  |  1992-12-18  |  2.0 KB

  1. Xref: sparky comp.sys.ncr:547 comp.unix.questions:14785
  2. Path: sparky!uunet!gatech!gatech!dcatla!holos0!lbr
  3. From: lbr@holos0.uucp (Len Reed)
  4. Newsgroups: comp.sys.ncr,comp.unix.questions
  5. Subject: Re: NCR Unix to SCO Unix Tar incompatability question
  6. Message-ID: <1992Dec17.140829.15451@holos0.uucp>
  7. Date: 17 Dec 92 14:08:29 GMT
  8. References: <1992Dec15.035339.24343@jpradley.jpr.com> <1992Dec15.182031.16597@unislc.uucp>
  9. Organization: Holos Software, Inc.
  10. Lines: 30
  11.  
  12. In article <1992Dec15.182031.16597@unislc.uucp> dold@unislc.uucp (Clarence Dold) writes:
  13. >From article <1992Dec15.035339.24343@jpradley.jpr.com>, by jpr@jpradley.jpr.com (Jean-Pierre Radley):
  14. >
  15. >> Am I in error to state that the NCR is running a big-endian architecture, whi
  16. >> the SCO machine is on a little-endian chip?
  17. >> So your bytes are swapped..
  18. >
  19. >Oddly enough, perhaps not.  The machine architecture has nothing to do
  20. >with the endien in the tape driver.
  21. >When Convergent was building both Intel and Motorola boxes, they both ran
  22. >the same interchangeable tape format.
  23. >While Unisys was selling all three (Convergent Intel, Convergent Motorola,
  24. >and NCR Motorola), byte swap was needed to go to the NCR box.
  25. >I don't know about the newer NCR-Intel boxes.  I suspect that they would be
  26. >compatible with the old.
  27. >The current Unisys machines play interchangeably with IBM/RS6000, as well as
  28. >SCO UNIX boxes, and Sun.
  29.  
  30. Incredibly, the Tower series tape drives were not consistent.  Earlier
  31. Towers that used DC-600 style 60 MB cartridges wrote in a format that
  32. was byte-swapped from what SCO used.  Later Towers that used DC-6150
  33. cartridges (150 MB) were compatible with SCO.  The 3000 series is
  34. compatible with SCO.  The later systems can read the 60 MB cartridges,
  35. but the bytes have to be reversed.  Pipe through dd, using the
  36. command "conv=swab".  This works in both directions, however, note
  37. that 150 MB drives generally can only read--not write--60 MB format.
  38.  
  39. To list your tape:
  40.  
  41. dd if=raw_tape_device conv=swab | tar tvf -
  42.