Drive Formats
Beamlines may support other formats, including:
The rest of this document is concerned only with the 4mm and 8mm systems.
Operating the Tape Drive
Many of the drives we use are "mirror" drives; they will make two identical copies of the tape at the same time.
The front display of most of our mirror drives resemble this pattern:
The lower most display window (bottom of drive 2 ) usually indicates "MIR" for mirror mode.
If you would like to change the mode from mirror to independent mode (or vice versa):
If you want to verify the tape once it has been made, use the command "tar tfv /device location/drive name".
If you are using DDS4 tape drive please note that compression of data can be done by adding 'c' after the drive name (for example tps1d1c)
A hint in the use of tar:
If a file name is preceded by -C, then tar will perform a chdir(2) to that file name. This allows multiple directories not related by a close common parent to be archived using short relative path names. This provides a method to get around the limitation of filename length; note that some care must be used when extracting a backup created in this manner.
For example, to archive files from /usr3/x12cuser/rich/t1 and from /usr4/x12cuser/rich/t3, operating from computer node x12c-a, one might use
tar cvf /dev/st2 \
-C /usr3/x12cuser/rich t1 \
-C /usr4/x12cuser/rich t3
There are a few things you should also be aware of:
Back to Operation
| Back to top
Drive Locations
Back to Operation
| Back to top