Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2009-05-24 21:14:36
Size: 586
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]]
Line 22: Line 22:
...  * Undo a [[http://bisqwit.iki.fi/story/howto/undopvremove/|lvm mistake]] ball by ball

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)