vgdisplay命令

vgdisplay命令

vgdisplay命令用于显示LVM卷组的信息。如果不指定”卷组”参数,则分别显示所有卷组的属性。

语法格式

vgdisplay [参数]

常用参数:

-A 仅显示活动卷组的属性
-s 使用短格式输出的信息

参考实例

显示存在的卷组”vg1000″的属性:

[root@linux265 ~]# vgdisplay vg1000 

显示存在的卷组”vg2000″的属性:

[root@linux265 ~]# vgdisplay vg2000

显示活动卷组”vg1000″的属性:

[root@linux265 ~]# vgdisplay -A vg1000 

使用短格式显示卷组”vg1000″的属性:

[root@linux265 ~]# vgdisplay -s vg1000

使用短格式显示活动卷组”vg1000″的属性:

[root@linux265 ~]# vgdisplay -As vg1000

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/59214.html

(0)
上一篇 2021年8月9日
下一篇 2021年8月9日

相关推荐

发表回复

登录后才能评论