Various files to support the Unix operating system on a 3b2
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3b2-Tape-Drives.txt 4.1 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. Edited 1-13-2024
  2. There have been two major families of cartridge tapes on the 3B2 family,
  3. and they are not at all interchangeable. We'll describe them here in
  4. case you're sorting through what's in front of you.
  5. 23MB Cartridge Tape Drive Model 3b2-400
  6. The first tape drive available for the 3B2 family was the 23 megabyte
  7. Cartridge Tape Drive, and these are not compatible with any of the
  8. later SCSI drives. It was standard equipment on the 3B2/400 and was
  9. available in the XM expansion module for the 3B2/300, /310 and the /400.
  10. As far as we know, the 3B2 is the only system that can read these tapes.
  11. These units use the CTC driver and are accessed via the device
  12. /dev/rSA/ctape1. There is a special ctccpio command that is able to put
  13. the device into streaming mode, but we've seen enough problems with
  14. this command that we prefer to use the standard cpio command for this
  15. even though it's a bit slower. A noticeable feature of the non-streaming
  16. mode is the very annoying back-and-forth running of the tape while
  17. reading: we've heard it described as "wheezing".
  18. A particular oddity of these tape drives is that because they "look"
  19. like a (very large) floppy disk drive, the drive provides a block device
  20. interface (/dev/SA/ctape1), in addition to the expected character
  21. (aka "raw") device interface (/dev/rSA/ctape1. This means that it's
  22. possible to mount a tape drive as a filesystem. It works, but it's so
  23. slow that it's hard to convey just how painful this is.
  24. Our particular unit is a Cipher FloppyTape 525 (model 960273), and it is
  25. branded with AT&T part number KS-23165. It uses a floppy disk interface
  26. with the familiar 34 pin card-edge connector as found on older 5-1/4"
  27. floppy drives. A distinguishing mark of this drive is the flip-up lever
  28. that is used to engage the tape after insertion: most of the drives
  29. shipped with the 3B2 were of this type. We understand that there is also
  30. a similar drive made by Wangtek that looks very much like the SCSI units.
  31. Our understanding of these drives is that they should not use the same
  32. DC600 cartridge tapes as do the 60 and 120 MB SCSI drives, but after
  33. recently reviewing the 3B2 service documentation we are no longer of
  34. this view: AT&T says that DC600 tapes can be use in all their drives.
  35. This is good news: we've been telling people for 10 years that they have
  36. to use special tapes. Oh well.
  37. It is possible to add a 23 MB tape drive to the 3B2/600 and newer units:
  38. we simply install the CTC I/O card (CM195H) into the 3B2/600 and install
  39. the CTC driver. We've done this on our system, though the mechanical
  40. arrangements are "suboptimal". Because the 23MB drive doesn't really have
  41. any provisions for external cabling. the only real way to do this is to
  42. mount the 23MB unit inside the cabinet and put the displaced SCSI tape
  43. drive into an external case: then use "regular" external SCSI cables to
  44. connect them.
  45. This "floppy tape" interface is used in other computer systems, including
  46. many on the PC. As such, the Linux floppy tape project might prove fruitful
  47. for those determined to read and write many tapes on their own systems.
  48. We are not even close to motivated enough to try this ourselves, but we'd
  49. surely love to report on the experiences of others.
  50. 60/120MB SCSI Tape Drives Model 3b2-700
  51. The 3B2/600 and later models (including the low-profile /522) all came with
  52. SCSI tape drives of either 60 or 120 megabyte capacity, and these are
  53. standard units as found in many other pieces of equipment.
  54. We believe that AT&T only used Wangtek drives, and they are of the type
  55. where you push the tape in, hear a click, and let go: now the drive is
  56. engaged. To release, just push again and the tape pops out. The drives
  57. from AT&T have a small "60" or "120" stamped on the faceplate to report
  58. the capacity.
  59. These drives all use the ST01 driver, and the device name is /dev/rSA/qtape1.
  60. Not surprisingly, there is no block device.
  61. A 120 MB drive can read a 60 megabyte tape but cannot write one. Neither
  62. of these drives can read or wrote the 23 MB format. Sorry.
  63. From Steve Friedl's 3B2 Tech Tips unixwiz.net/3b2/tapedrives.html