Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Startup correction

...

Open "cmd.exe" in the Start menu, to start the utility, and switch to the CHARON-AXP x64 utilities executables directory (C:\Program Files\CHARON\Utilities_X.X.XXXXXBuild_XXX\x64").

Back to Table of Contents

...

The following is an example of the usage syntax:

...> mtd [options] <tape device name> <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")

 

Example:

...> mtd -l tape1.txt -r 10 \\.\Tape0 "C:\Charon\Tapes\tape1.vtape"

 

Use the following syntax to write the content of a tape container to a physical tape:

...> mtd <tape container name> <tape device name>

 

Example:

...> mtd "C:\Charon\Tapes\tape1.vtape" \\.\Tape0


Back to Table of Contents

...