Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - M index
The Linux kernel configuration item CONFIG_MD_RAID456
:
CONFIG_BLK_DEV_MD
raid456
, xor
A RAID-5 set of N drives with a capacity of C MB per drive provides the capacity of C * (N - 1) MB, and protects against a failure of a single drive. For a given sector (row) number, (N - 1) drives contain data sectors, and one drive contains the parity protection. For a RAID-4 set, the parity blocks are present on a single drive, while a RAID-5 set distributes the parity across the drives in one of the available parity distribution methods.
A RAID-6 set of N drives with a capacity of C MB per drive provides the capacity of C * (N - 2) MB, and protects against a failure of any two drives. For a given sector (row) number, (N - 2) drives contain data sectors, and two drives contains two independent redundancy syndromes. Like RAID-5, RAID-6 distributes the syndromes across the drives in one of the available parity distribution methods.
Information about Software RAID on Linux is contained in the Software-RAID mini-HOWTO, available from https://www.tldp.org/docs.html#howto. There you will also learn where to get the supporting user space utilities raidtools.
If you want to use such a RAID-4/RAID-5/RAID-6 set, say Y. To compile this code as a module, choose M here: the module will be called raid456.
If unsure, say Y.
Raw data from LKDDb:
lkddb module raid456 CONFIG_MD_RAID456 : drivers/md/Kconfig : "RAID-4/RAID-5/RAID-6 mode" # in 2.6.18–2.6.39, 3.0–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.11
lkddb module xor CONFIG_MD_RAID456 : drivers/md/Kconfig : "RAID-4/RAID-5/RAID-6 mode" # in 2.6.18–2.6.22
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - M index
Automatically generated (in year 2024). See also LKDDb sources on GitLab