#!/bin/bash
set -e
dd if=/dev/zero of=/dev/sda bs=2048 count=1
dd if=/dev/zero of=/dev/sdb bs=2048 count=1