====== DD ======
Тестирование записи:
dd if=/dev/zero of=/var/testfile bs=64k count=100000
100000+0 records in
100000+0 records out
6553600000 bytes transferred in 502.684217 secs (13037211 bytes/sec)
Тестирование чтения:
dd if=/var/testfile of=/dev/null bs=64k count=100000
100000+0 records in
100000+0 records out
6553600000 bytes transferred in 129.789657 secs (50494008 bytes/sec)
Тестируем диск на bad-блоки:
dd if=/dev/ada0 of=/dev/null bs=1m
где ada0 - тестируемый диск.
TAG: {{tag>hdd performance FreeBSD}}
~~DISCUSSION~~