LINUX.ORG.RU

История изменений

Исправление qqqq, (текущая версия) :

Файловай система ext3

C 512К получилось примерно то же самое, но лучше. До 6 раз подросла скорость SSD :)

SSD

sync; dd oflag=direct if=/dev/zero of=/mnt/test bs=512K count=20240; sync 20240+0 records in 20240+0 records out 10611589120 bytes (11 GB) copied, 5.91338 s, 1.8 GB/s

Обычный хард:

sync; dd oflag=direct if=/dev/zero of=/u02/test bs=512K count=20240; sync 20240+0 records in 20240+0 records out 10611589120 bytes (11 GB) copied, 34.811 s, 305 MB/s

Исходная версия qqqq, :

Файловай система ext3

C 512К получилось примерно то же самое:

SSD

sync; dd oflag=direct if=/dev/zero of=/mnt/test bs=512K count=20240; sync 20240+0 records in 20240+0 records out 10611589120 bytes (11 GB) copied, 5.91338 s, 1.8 GB/s

Обычный хард:

sync; dd oflag=direct if=/dev/zero of=/u02/test bs=512K count=20240; sync 20240+0 records in 20240+0 records out 10611589120 bytes (11 GB) copied, 34.811 s, 305 MB/s