#! /usr/bin/env bash for drive in a b c d e f g h do screen -dmS sd$drive bash -c "dd if=/dev/zero | pv -petrs 580G | dd of=/dev/sd$drive" done