Differences between version 11 and previous revision of LVMNotes.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 11 | Last edited on Tuesday, May 24, 2005 11:49:45 am | by CraigBox | Revert |
Older page: | version 10 | Last edited on Monday, January 31, 2005 4:13:43 pm | by JohnMcPherson | Revert |
@@ -100,12 +100,20 @@
You need to have e2fsprogs installed for this to work (but you probably needed it to make the FS to start with.)
When the time comes to learn to resize [LVM] partitions, there'll be more. Until then, see http://tldp.org/HOWTO/LVM-HOWTO
+
+!! LVM under Debian Sarge
+
+If you are upgrading from a 2.4 to a 2.6 kernel and you have an LVM1 partition, you must install the 'lvm2' package.
+
+There are two version of LVM:
+# LVM1 (lvm10 in woody/sarge) work only with linux-2.4.
+# LVM2 (lvm2, only in sarge) work with both linux-2.4 and 2.6, and is backward compatible with LVM1.
-----
!!Terminology
[1] __PV__: Physical Volume; a disc or a partition on a disc.
[2] __VG__: Volume Group; a group of one-or-more physical volumes across which you get a "virtual disk", a space to create logical volumes in.
[3] __LV__: Logical Volume; something you eventually create an FS on.
[4] To create a __VGDA__ (Volume Group Descriptor Area) Backup use !vgcfgbackup(8) regularly