# HDD speed test ```bash dd if=/dev/zero of=test1.img bs=5G count=1 oflag=dsync && rm -rf test1.img ```