From: (Dick Streefland) The following patch documents the currently undocumented raid= kernel parameter. --- 25-akpm/Documentation/md.txt | 22 +++++++++++++++++++++- 1 files changed, 21 insertions(+), 1 deletion(-) diff -puN Documentation/md.txt~update-documentation-mdtxt Documentation/md.txt --- 25/Documentation/md.txt~update-documentation-mdtxt Tue May 4 17:40:26 2004 +++ 25-akpm/Documentation/md.txt Tue May 4 17:40:26 2004 @@ -2,6 +2,8 @@ Tools that manage md devices can be foun http://www..kernel.org/pub/linux/utils/raid/.... +Boot time assembly of RAID arrays +--------------------------------- You can boot with your md device with the following kernel command lines: @@ -11,6 +13,8 @@ for old raid arrays without persistent s for raid arrays with persistent superblocks md=,dev0,dev1,...,devn +or, to assemble a partitionable array: + md=d,dev0,dev1,...,devn md device no. = the number of the md device ... 0 means md0, @@ -34,7 +38,22 @@ A possible loadlin line (Harald Hoyer