Differences between revisions 3 and 4
Revision 3 as of 2009-05-24 21:14:36
Size: 586
Editor: PieterSmit
Comment:
Revision 4 as of 2009-06-02 19:38:19
Size: 669
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
...  * Undo a [[http://bisqwit.iki.fi/story/howto/undopvremove/|lvm mistake]] ball by ball

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)