Adaptec SATA AND SCSI RAID CONTROLLERS Network Card User Manual


 
B-15
ACU for DOS
The following sample script file creates a maximum-size three-
drive RAID 5.
# Create a maximum size RAID 5 labeled ‘MyData’
Array=MyData
Type=RAID5
Size=Maximum
# Use the maximum stripe size
StripeSize=64
# Clear the array (don’t build/verify it)
Method=Clear
# Don’t wait for clear to complete
Wait=No
# Use drives 0, 1, 2
Drives=0:0:0, 0:1:0, 0:2:0
End