Differences between revisions 4 and 5
Revision 4 as of 2009-06-02 19:38:19
Size: 669
Editor: PieterSmit
Comment:
Revision 5 as of 2009-06-03 17:45:42
Size: 755
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * [[http://wiki.xtronics.com/index.php/Raid|#Installing_Debian_with_SATA_based_RAID]]

LVM Linux volume management

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)