Difference between revisions of "Logical Volume Management (LVM)"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) (Created page with "https://www.howtoforge.com/linux_lvm = Creating LVMs = * Partition disks as Linux LVM with fdisk *") |
Rafahsolis (talk | contribs) |
||
| Line 1: | Line 1: | ||
https://www.howtoforge.com/linux_lvm | https://www.howtoforge.com/linux_lvm | ||
= Creating LVMs = | = Creating LVMs = | ||
| − | + | * Partition disks as Linux LVM with fdisk | |
| − | + | * Prepare new partitions for LVM Example: | |
| + | pvcreate /dev/sdb1 /dev/sdc1 /dev/sde1 # pvremove to revert | ||
| + | pvdisplay to show | ||
Revision as of 09:15, 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 to revert pvdisplay to show