| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.24 2008/05/23 19:49:18 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.25 2009/02/11 06:42:14 nightmorph Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/lvm2.xml"> |
5 | <guide link="/doc/en/lvm2.xml"> |
| 6 | <title>Gentoo LVM2 installation</title> |
6 | <title>Gentoo LVM2 installation</title> |
| 7 | |
7 | |
| … | |
… | |
| 22 | |
22 | |
| 23 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
23 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 24 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
24 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 25 | <license/> |
25 | <license/> |
| 26 | |
26 | |
| 27 | <version>2.6</version> |
27 | <version>2.7</version> |
| 28 | <date>2007-11-03</date> |
28 | <date>2009-02-10</date> |
| 29 | |
29 | |
| 30 | <chapter> |
30 | <chapter> |
| 31 | <title>Introduction</title> |
31 | <title>Introduction</title> |
| 32 | <section> |
32 | <section> |
| 33 | <body> |
33 | <body> |
| … | |
… | |
| 456 | |
456 | |
| 457 | <pre caption="Reactivating the volumes"> |
457 | <pre caption="Reactivating the volumes"> |
| 458 | <comment>(Deactivate all volumes first)</comment> |
458 | <comment>(Deactivate all volumes first)</comment> |
| 459 | # <i>vgchange -a n</i> |
459 | # <i>vgchange -a n</i> |
| 460 | <comment>(Export all the volumes)</comment> |
460 | <comment>(Export all the volumes)</comment> |
| 461 | # <i>vgexport -a vg</i> |
461 | # <i>vgexport -a</i> |
| 462 | <comment>(Import all volumes)</comment> |
462 | <comment>(Import all volumes)</comment> |
| 463 | # <i>vgimport -a vg</i> |
463 | # <i>vgimport -a</i> |
| 464 | <comment>(Reactivate all volumes)</comment> |
464 | <comment>(Reactivate all volumes)</comment> |
| 465 | # <i>vgchange -a y</i> |
465 | # <i>vgchange -a y</i> |
| 466 | </pre> |
466 | </pre> |
| 467 | |
467 | |
| 468 | </body> |
468 | </body> |