当前位置:网站首页>[Day8] (Super detailed steps) Use LVM to expand capacity
[Day8] (Super detailed steps) Use LVM to expand capacity
2022-08-05 06:08:00 【Mingli Yui】
目录
2、Change the type of partition to 8e
6、Format and mount logical volumes
根据LVMExpand the root partition
一、LVM逻辑卷的创建
1、Prepare a hard disk
Can be recreated or already created:
The hard disk that has been created and partitioned is used heresdc;
2、Change the type of partition to 8e
①然后使用命令:fdisk /dev/sdc 让硬盘进入分区模式,进行更改类型;
②输入t,Make mode changes
③输入1,Indicates to modify the type of the first partition
④输入8e,Indicates that the type is modified to8e
⑤输入p,查看修改结果
⑥All modifications are completed;
Note that the type of extended partition cannot be modified directly!
⑦记得输入w保存,It will prompt that it will take effect on the next restart
3、创建物理卷(PV)
①创建逻辑卷
pvsView physical volume size pvscan扫描物理卷 pvdisplay 查看详细信息
pvremove /dev/sdb1
4、创建卷组(VG)
创建卷组:vgcreate volume-group1 /dev/sdb1 /dev/sdb2 /dev/sdb3
删除卷组:vgremove volume-group1
5、创建逻辑卷(LV)
创建一个名为'1v1'、大小为100MB的逻辑卷.我们使用小分区减少执行时间.这个逻辑卷使用之前创建的卷组的空间.(The division is based on physical volume groups,The size cannot exceed the size of the physical volume)
lvcreate -L 100M -n lv1 vg1
6、Format and mount logical volumes
②创建目录
mkdir /mnt/lv1_mount
③挂载逻辑卷
lvremove删除逻辑卷:1.# umount /lvm-mount/
二、扩展一个LVM卷
扩展逻辑卷
Perform the following operations on the basis of the previous operations
lvextend -L 200M /dev/vg1/lv1
before expansion:
expanded:
扩展卷组
vgextend vg1 /dev/sdc1 (表示将/dev/sdc1扩展到vg1卷组)
before expansion:
expanded:
根据LVMExpand the root partition
lvextend -l +100%FREE /dev/mapper/centos-root
【The logical volume that will be created(LV)增加给root】
before expansion:
expanded:
三、LVM工作原理总结
Follow the partitionsLVMThe format is first created into PV(物理卷),Add the physical volume to the volume group(VG)里,And then through the roll group out
LV(逻辑卷),Finally, the expansion of the partition is realized.
边栏推荐
猜你喜欢
随机推荐
【UiPath2022+C#】UiPath If条件语句
【UiPath2022+C#】UiPath变量和参数
spark算子-wholeTextFiles算子
spark源码-任务提交流程之-2-YarnClusterApplication
(oj)原地移除数组中所有的元素val、删除排序数组中的重复项、合并两个有序数组
电子产品量产工具(2)- 输入系统实现
Unity物理引擎中的碰撞、角色控制器、Cloth组件(布料)、关节 Joint
每日一题-三数之和-0716(2)
“元宇宙”是个啥?都有哪些大招?
【UiPath2022+C#】UiPath 练习-数据操作
(C语言)计算结构体大小——结构体内存对齐
入门文档08 条件插件
2020,Laya最新中高级面试灵魂32问,你都知道吗?
Cocos Creator小游戏案例《棍子士兵》
你要找的cocos面试答案都在这里了!
Contextual non-local alignment of full-scale representations
【UiPath2022+C#】UiPath 练习和解决方案-变量、数据类型和控制流程
栈的应用——力扣 20.有效的括号
通过单总线调用ds18b20的问题
海外服务器的优势