OPS245 Lab 5: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
!Traditional partitioning | !Traditional partitioning | ||
!LVM | !LVM | ||
|- | |- | ||
| | | | ||
Line 21: | Line 19: | ||
* Format the logical volume. | * Format the logical volume. | ||
* Mount the logical volume. | * Mount the logical volume. | ||
|} | |} | ||
Effectively a logical volume is equivalent to a partition, but it is not expected to be fixed in size, and it is not stuck on any specific hardware storage device. |
Revision as of 15:33, 3 March 2023
LVM Overview
A fixed partitioning setup works fine in many scenarios, but it lacks a lot of flexibility. Using LVM we can avoid the slow and complicated process you've seen in the previous lab, when we tried to extend the size of a partition.
Here's a comparison of how a physical storage device is used in the traditional setup (the one we've worked with in lab 4) and in LVM:
Traditional partitioning | LVM |
---|---|
|
|
Effectively a logical volume is equivalent to a partition, but it is not expected to be fixed in size, and it is not stuck on any specific hardware storage device.