Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create a CHARON tape image from a physical tape.

  • Write a tape image to a physical tape.
  • Convert tape images formats.
  • Test a tape container integrity.

To start the utility open "cmd.exe" in the Start menu and switch to the CHARON installation folder then the "\Build_XXX\xXX" child folder where the utility is located.

...

...> mtd [options] <tape device name> <tape container name>

Restore dump to tape:

...> mtd [options] <tape container name> <tape device name>

Convert formats:

...> mtd [options] <tape container name> <tape container name>

Examine tape dump and check its integrity:

...> mtd [options] <tape container name>


Options:

ParameterDescription
-l <file name>

Creates a log file. The name is "file name".

-r <number>Specifies a number of attempts to read a damaged data block
-i

Ignore bad blocks and continue processing w/o interruption. It implies "-r 0"

-nDo not rewind tape
-pDisable progress reporting
-v

Enable verbose tracing of data transfer (implies "-p")

-sWrite tape image in SMA format
-gGather statistics and print upon completion
-aDo not print logo

...