zfs/scripts/zpool-config/hda-raid0.cfg

9 lines
148 B
INI
Raw Normal View History

2009-01-16 21:57:12 +00:00
#!/bin/bash
#
# Single disk /dev/hda Raid-0 Configuration
#
DEVICES="/dev/hda"
${CMDDIR}/zpool/zpool create -f ${ZPOOL_NAME} ${DEVICES} || exit 1