Lines Matching refs:raid
33 For fault tolerance and raid support (i.e. volume and stripe sets), you can
233 the recommended one to use for linear raid. But the latter is required for
234 raid level 5. For striping and mirroring, either driver should work fine.
244 Linear volume sets, i.e. linear raid, has been tested and works fine. Even
245 though untested, there is no reason why stripe sets, i.e. raid level 0, and
246 mirrors, i.e. raid level 1 should not work, too. Stripes with parity, i.e.
247 raid level 5, unfortunately cannot work yet because the current version of the
248 Device-Mapper driver does not support raid level 5. You may be able to use the
249 Software RAID / MD driver for raid level 5, see the next section for details.
307 For a linear raid the table would look like this (note all values are in
318 For a striped volume, i.e. raid level 0, you will need to know the chunk size
322 For a raid level 0 the table would look like this (note all values are in
335 Finally, for a mirrored volume, i.e. raid level 1, the table would look like
384 Linear volume sets, i.e. linear raid, as well as stripe sets, i.e. raid level
386 the MD driver with NTFS volumes" especially if you want to use linear raid).
387 Even though untested, there is no reason why mirrors, i.e. raid level 1, and
388 stripes with parity, i.e. raid level 5, should not work, too.
390 You have to use the "persistent-superblock 0" option for each raid-disk in the
395 "chunk-size 64k" option for each raid-disk, too.
401 raid-level 0
402 nr-raid-disks 2
407 raid-disk 0
409 raid-disk 1
411 For linear raid, just change the raid-level above to "raid-level linear", for
412 mirrors, change it to "raid-level 1", and for stripe sets with parity, change
413 it to "raid-level 5".
441 an odd number of sectors. This is especially important for linear raid as all
447 So when using linear raid, make sure that all your partitions have an even
450 Even better is to simply use the Device-Mapper for linear raid and then you do