Difference between revisions of "Logical Volume Management (LVM)"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) |
Rafahsolis (talk | contribs) |
||
| Line 3: | Line 3: | ||
* Partition disks as Linux LVM with fdisk | * Partition disks as Linux LVM with fdisk | ||
* Prepare new partitions for LVM Example: | * Prepare new partitions for LVM Example: | ||
| − | pvcreate /dev/sdb1 /dev/sdc1 /dev/sde1 # pvremove to revert | + | pvcreate /dev/sdb1 /dev/sdc1 /dev/sde1 # pvremove /dev/sdb1 /dev/sdc1 /dev/sde1 to revert |
| − | pvdisplay to show | + | pvdisplay # to show Physycal volumenes |
Revision as of 09:18, 7 June 2018
https://www.howtoforge.com/linux_lvm
Creating LVMs
- Partition disks as Linux LVM with fdisk
- Prepare new partitions for LVM Example:
pvcreate /dev/sdb1 /dev/sdc1 /dev/sde1 # pvremove /dev/sdb1 /dev/sdc1 /dev/sde1 to revert pvdisplay # to show Physycal volumenes