home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / amiga / 2133 < prev    next >
Encoding:
Text File  |  1992-09-14  |  2.2 KB  |  55 lines

  1. Newsgroups: comp.unix.amiga
  2. Path: sparky!uunet!sun-barr!ames!haven.umd.edu!darwin.sura.net!convex!egsner!lerami!amix!mirchi!janc
  3. From: janc@mirchi.uucp (Jan Carlson)
  4. Subject: Re: Help with Caliper Tape Drive
  5. Message-ID: <1992Sep14.182924.808@mirchi.uucp>
  6. Date: Mon, 14 Sep 1992 18:29:24 GMT
  7. References: <1992Sep4.164335.12861@phillip.edu.au>
  8. Organization: Another Amiga UNIX System
  9. Lines: 44
  10.  
  11. In article <1992Sep4.164335.12861@phillip.edu.au> t9014199@phillip.edu.au writes:
  12. >Hi all,
  13. >
  14. >    The Tape Drive functions correctly under AmigaDos using TapeStore.
  15. >    Under unix using the following command:
  16. >
  17. >    "find /home/dazza -depth -print | cpio -ocv -o > /dev/rmt/4"
  18.  
  19. Try    "find /home/dazza -depth -print | cpio -ocvC 128000 -O /dev/rmt/4"
  20. or    "find /home/dazza -depth -print | cpio -ocv | dd bs=64k of=/dev/rmt/4"
  21.  
  22. This will write larger buffers to the tape and the tape drive will not
  23. have to write, stop, backspace, stop,
  24.     write, stop, backspace, stop, etc. nearly so much.
  25. This greatly reduces the chances of locking up.
  26.  
  27. >    The names of all the files in the directories are displayed on the
  28. >    screen, the Tape Drive spins for awhile, then the Machine freezes!
  29. >    A reboot is then required.
  30. >
  31. >    The Tape Drive is set to Address 4 as needed and is at the end of
  32. >    my SCSI bus, which has the 200mg Unix hd, a 100mg amigados hd and
  33. >    then finnally the tape drive.
  34. >
  35. >    The Tape Drive (as far as I know) is not terminated. Could that be
  36. >    a problem?
  37.  
  38. If it is on the end of the scsi bus, it NEEDS terminator resistors, either
  39. internal or external, not both.
  40.  
  41. On the Caliper tape mechanism, internal terminators consist of two resistor
  42. packs, about 12 pins each.  They are plugged into sockets on the
  43. underside of the mechanism.  They are parallel to each other, are near
  44. the door of the mechanism, and point to the door of the mechanism.
  45. The resistor packs will have a 90 degree bend in each pin: each pack
  46. is plugged in and the bent over flat to save space. 
  47.  
  48. The resistor packs are polarized: one end is marked with a dot.  The dot
  49. indicates pin 1.  Pin one must go into socket one on the drive.
  50.  
  51. When terminators are needed (at the end of the scsi bus), use
  52. EITHER the internal ones described above, 
  53. OR an external terminator plug like that supplied with A3070's and a3000T's.
  54. NOT BOTH.
  55.