Differences between revisions 2 and 3
Revision 2 as of 2009-05-08 14:45:43
Size: 565
Editor: PieterSmit
Comment:
Revision 3 as of 2009-05-24 21:14:36
Size: 586
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
----
CategoryLinux

LVM Linux volume management

  • All Harddrives(HD's = pv=physicalvolumes) are put into a vg(volume group = 1big virtual hd) and then you partion it into lv's(logical volumes)

Why ?

  • LV's can migrate while live - e.g. remove a disk
  • LV's can expand while live

Notes

vgchange -a n
vgscan --mknodes (may not be neccessary, but won't hurt)
vgexport -a
vgimport -a
vgchange -a y

That should bring them back to life.

...


CategoryLinux

linux/LVM (last edited 2021-08-27 00:50:43 by PieterSmit)