预备工作:首先需要在虚拟机添加一块硬盘,然后使用MBR分区模式进行分区。
详情请见 :MBR分区模式
一、制作卷组
格式:vgcreate 卷组名 设备路径……
[root@WXR ~]# vgcreate systemvg /dev/sdb[1-2]
Physical volume "/dev/sdb1" successfully created.
Physical volume "/dev/sdb2" successfully created.
Volume group
预备工作:首先需要在虚拟机添加一块硬盘,然后使用MBR分区模式进行分区。
详情请见 :MBR分区模式
格式:vgcreate 卷组名 设备路径……
[root@WXR ~]# vgcreate systemvg /dev/sdb[1-2]
Physical volume "/dev/sdb1" successfully created.
Physical volume "/dev/sdb2" successfully created.
Volume group