> mt -f $TAPE rewind
> echo "tape 1" | dd conv=sync of=$TAPE bs=$hsize count=1
>
> for x in 1 2 3; do
> mt -f $TAPE rewind
> dd if=$TAPE of=/dev/null bs=$hsize
> date
> tar -c -b 20 -f $TAPE /boot
> done
Try "mt fsf" instead dd, see if that helps.
-- Pete
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/