Skip to content

Latest commit

 

History

History
97 lines (55 loc) · 5.37 KB

tape-dlt.md

File metadata and controls

97 lines (55 loc) · 5.37 KB

DLT-IV tape

Introduction

Digital Linear Tape (DLT) is is a family of tape formats that were developed by Digital Equipment Corporation (DEC) from 1984 onwards.

Hardware

Tape reader

Model IBM 7205 440
Media DLT IV (and possibly DLT III)
SCSI Signaling Type Low Voltage Differential (LVD)
Interface Fast Wide SCSI
Connector 68 pin HD D-Sub (HD-68) (see also 5th from top here)
Cable At the outgoing side is a male VHDCI SCSI connector (bottommost here)
Workstation connection Can be connected directly with workstation's SCSI controller (which has a female VHDCI connector)
Documentation

SCSI controller

Model Adaptec SCSI Card 29320LPE
Bus System Interface Type PCI Express x1
External Connectors 68-pin VHDCI
Data Transfer Rate Up to 320 MByte/sec.

Note on bracket height

Note that by default the controller has a standard height (120 mm) bracket that won't fit into a low-profile (79.2 mm) slot! When these controllers were sold new, they came with a replacement low-profile bracket, but these are often not included with used ones. The low-profile replacement brackets are sometimes sold separately on eBay.

Connecting / disconnecting the tape reader

Always make sure that both the tape reader and the computer are switched off before connecting or disconnecting. Not doing so may cause damage to the computer, the tape reader or both.

Cleaning cartridges

The drive needs to be cleaned periodically with a cleaning cartridge.

Software

tapeimgr, running in BitCurator.

Procedure for reading a tape

  1. Check the write-protect tab on the bottom of the cartridge, and slide it to the leftmost position. The orange indicator must be visible:

  2. Lift the cartridge insert/release handle:

  3. Insert the tape cartridge into the drive. Make sure the printed side is on top, and that the tape is inserted in the direction of the arrow symbol:

  4. Lower the cartridge insert/release handle:

    The green "tape in use" indicator light (2nd from the top) now starts blinking. Once the tape is completely loaded, the blinking stops and the indicator light is lit solid.

  5. Check that the green "write-protected" indicator light (top-right) is lit:

  6. Create an empty directory for storing the extracted tape contents.

  7. Start tapeimgr from the OS's main menu (in Ubuntu 18.04 the tapeimgr item is located under System Tools), or by clicking the tapeimgr shortcut on the desktop.

  8. Use the Select Output Directory button to navigate to the empty directory created under step 6. Click on the UUID button to generate a unique identifier. Use the Description field to enter a description of the tape (e.g. the title that is written on its label or inlay card). Optionally, use the Notes field to record anything else worth mentioning about the tape (e.g. if the Description is ambiguous because the writing on the tape's label is illegible, make a note of it here).

  9. Press the Start button to start the extraction, and then wait for tapeimgr to finish (depending on the amount of data on the tape this may take several hours). You can monitor the progress of the extraction procedure in the progress window:

    Note that the screen output is also written to a log file in the output directory. A prompt appears when the extraction has finished:

    If the extraction finished without any errors, the output directory now contains the following files:

    Here, file000001.dd through file000003.dd are the extracted files; checksums.sha512 contains the SHA512 checksums of the extracted files, metadata.json contains some basic metadata and tapeimgr.log is the log file.

  10. When tapeimgr has finished, wait until the "tape in use" indicator light stops blinking, and the green "operate handle" light (bottom-right) comes on. Now lift the cartridge insert/release handle:

  11. Take out the tape cartridge. All done!

Make sure to lower the insert/release handle again at the end of your tape reading session (i.e. before switching off the tape reader).