Dump data
dd if=/dev/sda of=/dev/sdb bs=1M
dd if=/dev/urandom of=/dev/null status=progress
create 1G file
dd if=/dev/zero of=1gb bs=1M count=1024