From 5787fa490612387a43c1897eb807b0c5612b5cd2 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Wed, 12 Feb 2003 00:17:26 +0000 Subject: mdadm-1.0.9 --- mdadm.conf.5 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'mdadm.conf.5') diff --git a/mdadm.conf.5 b/mdadm.conf.5 index e11f9d5..90ff6cc 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 -- cgit