Copying tapes on Unix using the 8mm tape stacker

M. Daoudi, 31-Jan-94

This note describes a set of scripts designed to copy data tapes on Unix in a fast and automatic fashion using the 8mm tape stacker at SLAC.

tape2tape:

This script is used to make a copy of a single tape.

stack2tape:

This script is used to copy several (up to 10) tapes into a single output tape.

stack2stack:

This script is used to copy several (up to 10) tapes into several output tapes. The number of output tapes can be identical to the number of input tapes, or it can be lower provided that it is a divider of the number of input tapes (see examples).
I have omitted the case where the number of input tapes is not a multiple of the number of output tapes, for I don't see any interest for it, if you do please let me know.

Comments:

  1. You can omit $E143_COM from the above 3 commands. This directory is now automatically added to your path at login.
  2. In tape2tape (input and output) and stack2tape (output only), make sure the tapes are mounted and the green light on the drive(s) is on before issuing the copy command.
  3. In stack2tape and stack2stack, make sure the tapes are prepared on the stacker(s). The stacker(s) must be filled starting from the bottom. The corresponding tape drive(s) must be empty and with the door open.

Happy copying ...!