summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2013-09-10 17:03:38 +0200
committerAndreas Baumann <abaumann@yahoo.com>2013-09-10 17:03:38 +0200
commitc0509bd96c2f9456b6eb4cd07a965fe1abceb56f (patch)
tree0cdebdf79b218b3c9acd632464efb17e552eeb73
parentb337c57533fffa181cd99b6ff5dbf548cc9d866a (diff)
downloadcentosauto-c0509bd96c2f9456b6eb4cd07a965fe1abceb56f.tar.gz
centosauto-c0509bd96c2f9456b6eb4cd07a965fe1abceb56f.tar.bz2
..
-rw-r--r--HOWTO.AddLVM6
1 files changed, 6 insertions, 0 deletions
diff --git a/HOWTO.AddLVM b/HOWTO.AddLVM
new file mode 100644
index 0000000..a2cbc24
--- /dev/null
+++ b/HOWTO.AddLVM
@@ -0,0 +1,6 @@
+vgdisplay
+pvdisplay
+pvcreate /dev/sdb
+vgextend vg_centos62 /dev/sdb
+lvextend -L+7999M /dev/vg_centos62/lv_root
+resize2fs /dev/vg_centos62/lv_root