Press enter to see results or esc to cancel.

dd ile disk okuma/yazma testi

#Yazma hızı testi

dd if=/dev/zero of=1Gb.txt bs=1024 count=1048576

# Okuma hızı testi

dd if=1Gb.txt of=/dev/zero bs=1024