A quick non-destructive test of disk write performance on Linux. Useful for testing cheap HDD’s (write will almost always be worse than read):
dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
A quick non-destructive test of disk write performance on Linux. Useful for testing cheap HDD’s (write will almost always be worse than read):
dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
Comments are closed.