Jump to content

Command Crate ¿about?

Write 1.8GB of zeros to a file, to test raw SSD write speed (dd)

dd if=/dev/zero of=./largefile bs=7M count=256

Measures SSD write performance by creating a 1.8 GB file (largefile) using dd with a block size of 7MB, writing zeros to the disk.

performance benchmarking [kb:129]