summary

来自「create raid tool at linux」· 代码 · 共 27 行

TXT
27
字号
A Quick Summary of raidreconfHistory:Raidreconf was originally written by Jakob Oestergaard in 1999.  This package could convert between any block device and a Software RAID-0 array.  Convert includes growing and shrinking as well.The RAID-5 code was written by Daniel S. Cox in 2001.  With the excellent framework Jakob had provided, the integration was easy.  The hardest part wasunderstanding the framework from the source.Capability:Raidreconf can grow, shrink, and/or convert between RAID-0 and RAID-5arrays and simple block devices.  It converts between RAID arrays in-place,and thus saves one-half of a potentially long copy in/copy out process.Caveats:Raidreconf has been tested some, but not extensively yet.  Use with caution!One concern is the lack of a restart capability.  If a conversion fails dueto power loss, or a disk failure, you're hosed!Note:A conversion that results in a RAID-5 array does not calculate the parityblocks during the conversion.  The MD super-blocks are marked dirty, andthe parity blocks are all calculated after the conversion ends.  Of course,the array can be used straight-away, with a slight performance penalty.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?