summaryrefslogtreecommitdiff
path: root/mdadm.conf.5
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2003-02-12 00:17:26 +0000
committerNeil Brown <neilb@suse.de>2003-02-12 00:17:26 +0000
commit5787fa490612387a43c1897eb807b0c5612b5cd2 (patch)
tree7e126aef2e93da5052aa8c47128abb663e446e06 /mdadm.conf.5
parentbd526cee922b8e2b279f04ca067f729e9b0ee723 (diff)
mdadm-1.0.9
Diffstat (limited to 'mdadm.conf.5')
-rw-r--r--mdadm.conf.518
1 files changed, 18 insertions, 0 deletions
diff --git a/mdadm.conf.5 b/mdadm.conf.5
index e11f9d59..90ff6ccb 100644
--- a/mdadm.conf.5
+++ b/mdadm.conf.5
@@ -45,6 +45,22 @@ and each device name can contain wild cards as defined by
Also, there may be several device lines present in the file.
+Alternatively, a
+.B device
+line can contain the word
+.BR partitions .
+This will cause
+.I mdadm
+to read
+.I /proc/partitions
+and include all devices and partitions found there-in.
+.I mdadm
+does not use the names from
+.I /proc/partitions
+but only the major and minor device numbers. It scans
+.I /dev
+to find the name that matches the numbers.
+
For example:
.IP
DEVICE /dev/hda* /dev/hdc*
@@ -52,6 +68,8 @@ DEVICE /dev/hda* /dev/hdc*
DEV /dev/sd*
.br
DEVICE /dev/discs/disc*/disc
+.br
+DEVICE partitions
.TP
.B ARRAY