不显示是因为没有卷组,需要先创建才会有
如:

vgcreate 卷组名 空闲分区…

lvcreate -L 大小 -n 逻辑卷名 卷组名

[root@localhost mswitch]# vgcreate vg1000 /dev/sda4
  Volume group "vg1000" successfully created


[root@localhost mswitch]# lvcreate -L 16G -n VolGroup00 vg1000
  Logical volume "VolGroup00" created.

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐