User Tools

Site Tools


raid:mdadm:lvm_on_raid

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
raid:mdadm:lvm_on_raid [2021/10/01 17:01] peterraid:mdadm:lvm_on_raid [2021/10/01 17:18] (current) peter
Line 5: Line 5:
   * This Volume Group can be split into Logical Volumes; in essence different Partitions.   * This Volume Group can be split into Logical Volumes; in essence different Partitions.
   * LVM provides the ability to resize these Logical Volumes very easily.   * LVM provides the ability to resize these Logical Volumes very easily.
-  * LVM is not a replacement for RAID, as it only supports mirroring or stripe. +  * LVM is not a replacement for RAID, as LVM does not provide any options for redundancy or parity that RAID provides.
-    * Using LVM for resilience without RAID would result in twice as much storage being needed; a waste.+
     * Therefore it is best to be have LVM in conjunction with RAID.     * Therefore it is best to be have LVM in conjunction with RAID.
  
 <code> <code>
-| / | /var | /usr | /home  +|--------------------------------------------------------------------------------------------| 
-|--------------------------| +|LVM Logical Volumes | / | /var | /usr | /home | /mnt                                        
-      LVM Volume         +|--------------------------------------------------------------------------------------------| 
-|--------------------------| +|LVM Volume Group    |                            /dev/VolGroupArray                         
-      RAID Volume        | +|--------------------------------------------------------------------------------------------| 
-|--------------------------| +|RAID Arrays                           /dev/md0                          /dev/md1        | 
-Disk 1 | Disk 2 | Disk 3 | +|--------------------------------------------------------------------------------------------| 
 +|Physical Partitions | /dev/sda1 | /dev/sda2 | /dev/sdb1 | /dev/sdb2 | /dev/sdc1 | /dev/sdc2 | 
 +|--------------------------------------------------------------------------------------------| 
 +|Devices                     /dev/sda      |         /dev/sdb      |         /dev/sdc      |  
 +|--------------------------------------------------------------------------------------------| 
 +|Hard Drives                  Drive               Drive               Drive      | 
 +|--------------------------------------------------------------------------------------------|
 </code> </code>
  
raid/mdadm/lvm_on_raid.1633107712.txt.gz · Last modified: 2021/10/01 17:01 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki