#!/bin/tcsh -f
# JLdL 03Jul08.
#
# Write 10 GB to the raid5.
#
sync
date
/usr/bin/time dd if=/dev/zero of=zeros.dd bs=1048576 count=10240
sync
date
