diff options
author | Neil Brown <neilb@suse.de> | 2003-02-12 00:17:26 +0000 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2003-02-12 00:17:26 +0000 |
commit | 5787fa490612387a43c1897eb807b0c5612b5cd2 (patch) | |
tree | 7e126aef2e93da5052aa8c47128abb663e446e06 /mdadm.conf.5 | |
parent | bd526cee922b8e2b279f04ca067f729e9b0ee723 (diff) | |
download | mdadm-5787fa490612387a43c1897eb807b0c5612b5cd2.tar.gz mdadm-5787fa490612387a43c1897eb807b0c5612b5cd2.tar.xz mdadm-5787fa490612387a43c1897eb807b0c5612b5cd2.zip |
mdadm-1.0.9mdadm-1.0.9
Diffstat (limited to 'mdadm.conf.5')
-rw-r--r-- | mdadm.conf.5 | 18 |
1 files changed, 18 insertions, 0 deletions
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 |