AIDA Capture Lab

Logo

AIDA Capture Lab is a service of Automatisering Ingest Digitale Archieven (AIDA), operated by meemoo

DDS tapes

Hardware

DDS drive

Model HP StorageWorks DAT 72 USB
DDS drive
Media DDS-3 tapes
DDS-4 tapes
DAT 72 or DDS-5 tapes
(Wikipedia)
Interface USB
Connector USB 1.1
Cable n/a - built in
Workstation connection use the built-in cable
Power 3 pin shroud female IEC 60320/C13 (Wikipedia)
Documentation user guide

Workstation

A Linux computer, preferably running the Bitcurator Environment (We use a Dell XPS)

Software

Tapeimgr in the Bitcurator Environment

Workflow

Step 1: Connect the DDS drive to the workstation

  1. Use the built-in USB cable to connect the drive to the workstation
  2. Attach the power cable to the drive and plug the power cable into a power socket
  3. Use the switch on the back of the drive to power on the DDS drive
    power on DDS
  4. The setup is now ready for use
    DDS setup

Step 2: Prepare the tape

  1. Take a tape.
  2. Slide the switch on the bottom of the tape to the left, bringing it in read-only state. You should now see a small hole.
    DDS writable DDS readonly
  3. Insert the tape carefully in the drive
    tape in drive

Step 3: Create an image

This step doesn’t create a disk image as you’re used for other media, like hard disks, floppy disks, jaz disks… Unlike those images, you won’t be able to mount te images created of the tape. Tape drives provide sequential access, which means that the data on the disk is being accessed in a predertermined and ordered sequence. An image will be created of every single track/file on the tape. Usually, these files had been created by back-up software.

  1. Start Tapeimgr by clicking the shortcut on the Desktop. Tapeimgr is not included in Bitcurator, but is written for the Bitcurator environment. If Tapeimgr is not installed, you should install it first.
  2. Choose the directory for storing the images by cliking the Select output directory button.
    stap 1
  3. Add an identifier in the identifier field. You can also add a description and some notes about the tape. These data will be stored in a seperate metadata file.
    stap 2
  4. Push start. You can follow the proces in the white field at the bottom. When Tapeimgr is finished, a pop-up appears and the tape is ejected from the drive.
    stap 3
  5. As a result, you’ve got the different files/tracks in .dd-format, a log, a file with checksums for the different files/tracks and a metadata.json file.
    stap 4

Step 4: Analyse the files

To be able to extract the individual files from the tracks/back-up files, you must know the file format of the back-up files. You can use Siegfried or DROID for this task.

In the screenshot below, you can see that the file0000001.dd file has the Tape Archive Format (.tar). TAR-files can be extracted with the tar -xvf [file] or tar -xcvf [file] command.

siegfried

It’s also possible that the back-up file is created with proprietary and/or obsolete software. Extracting the files of these back-up files will be much more challenging.