|
Ako otestovat rychlost diskov - testspeed |
|
There are no translations available, showing the original:
# Write
sync; time bash -c "dd if=/dev/zero bs=1024k count=2048 of=/dev/bigraid/testspeed; sync"
# Read
sync; time bash -c "dd of=/dev/zero bs=1024k count=2048 if=/dev/bigraid/testspeed; sync"
|