dd命令介绍

Linux dd 命令介绍

介绍

使用

测试硬盘读取速度

dd if=/dev/zero of=/tmp/test1.img bs=1G count=1 oflag=dsync

dd if=/dev/zero of=/root/temp/test1.img bs=10G count=1 oflag=dsync

参考资料