#!/bin/bash # # Single disk /dev/hda Raid-0 Configuration # DEVICES="/dev/hda" ${CMDDIR}/zpool/zpool create -f ${ZPOOL_NAME} ${DEVICES} || exit 1