md.txt
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

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