ODD write (odd_write)
This test is needed to record discs and at the same time to check corectness of this operation. It can detect if rewritable/recordable media is already inserted and tries to continue non-interactively. After detecting maximal writing speed (it can be forced by an option), blanking if it is rewritable non-blank media, it records specified ISO image. Then, it reads it to compare it’s checksum with original one. After all of this we can make a conclusion about drives quality.
- Тестируемые компоненты: ODD
- Переменные:
- FORCE_NON_INTERACTIVE (boolean, по умолчанию:
false) — Force non-interactive mode for already prepared system - TEST_IMAGE (string, по умолчанию:
iso/testimage.iso) — ISO image path (absolute or relative) - TEST_IMAGE_BLOCKS (int, по умолчанию:
332800) — This images size in blocks (2048 bytes each) - TEST_IMAGE_MD5 (string, по умолчанию:
ffffffffffffffffffffffffffffffff) — Test image MD5 hash - WRITE_MESSAGE (string, по умолчанию:
Writing test disc) — Message to print when test will start - WRITE_SPEED (int, по умолчанию:
10) — Default write speed if it won’t detect - WRITE_SPEED_FORCE (boolean, по умолчанию:
true) — Force write speed using
- FORCE_NON_INTERACTIVE (boolean, по умолчанию:



