DD (dd)

Actually this is not a real test. It can be used to write prepared raw disk image using DD utility.
- Тестируемые компоненты: HDD, Disk Controller
- Переменные:
- BLOCKSIZE (int, по умолчанию:
1024) — Blocksize, KiB - COMPRESSION (string, по умолчанию:
none) — What compression is used. gzip, bzip2 or lzma can be chosen - COUNT (int, по умолчанию:
1024) — Number of blocks to be written. If zero is specified then this parameter won’t be used - IF (string, по умолчанию:
raw_disk_image) — Either absolute or relative path to source raw disk image to be written, or URL to download - OF (string, по умолчанию:
sda) — Target device name that will be overwritten - SKIP (int, по умолчанию:
0) — Number of blocks to skip
- BLOCKSIZE (int, по умолчанию:



