|
Last change
on this file since 2630 was 30, checked in by bcornec, 20 years ago |
|
Id property added on files to allow for better conf. management
|
-
Property svn:keywords
set to
Id
|
|
File size:
542 bytes
|
| Line | |
|---|
| 1 | # Sample raid-0 configuration
|
|---|
| 2 |
|
|---|
| 3 | raiddev /dev/md0
|
|---|
| 4 |
|
|---|
| 5 | raid-level 0 # it's not obvious but this *must* be
|
|---|
| 6 | # right after raiddev
|
|---|
| 7 |
|
|---|
| 8 | persistent-superblock 0 # set this to 1 if you want autostart,
|
|---|
| 9 | # BUT SETTING TO 1 WILL DESTROY PREVIOUS
|
|---|
| 10 | # CONTENTS if this is a RAID0 array created
|
|---|
| 11 | # by older raidtools (0.40-0.51) or mdtools!
|
|---|
| 12 |
|
|---|
| 13 | chunk-size 16
|
|---|
| 14 |
|
|---|
| 15 | nr-raid-disks 2
|
|---|
| 16 | nr-spare-disks 0
|
|---|
| 17 |
|
|---|
| 18 | device /dev/hda1
|
|---|
| 19 | raid-disk 0
|
|---|
| 20 |
|
|---|
| 21 | device /dev/hdb1
|
|---|
| 22 | raid-disk 1
|
|---|
| 23 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.