summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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