OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [Documentation/] [md.txt] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
Tools that manage md devices can be found at
2
   http://www..kernel.org/pub/linux/daemons/raid/....
3
 
4
 
5
 
6
You can boot (if you selected boot support in the configuration) with your md
7
device with the following kernel command lines:
8
 
9
for old raid arrays without persistent superblocks:
10
  md=,,,,dev0,dev1,...,devn
11
 
12
for raid arrays with persistant superblocks
13
  md=,dev0,dev1,...,devn
14
 
15
md device no. = the number of the md device ...
16
 
17
              1 md1,
18
              2 md2,
19
              3 md3,
20
              4 md4
21
 
22
raid level = -1 linear mode
23
 
24
              other modes are only supported with persistant super blocks
25
 
26
chunk size factor = (raid-0 and raid-1 only)
27
              Set  the chunk size as 4k << n.
28
 
29
fault level = totally ignored
30
 
31
dev0-devn: e.g. /dev/hda1,/dev/hdc1,/dev/sda1,/dev/sdb1
32
 
33
A possible loadlin line (Harald Hoyer )  looks like this:
34
 
35
e:\loadlin\loadlin e:\zimage root=/dev/md0 md=0,0,4,0,/dev/hdb2,/dev/hdc3 ro
36
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.