Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Use the vgdisplay command of linux to display information for LVM volume groups

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Editor to share with you the use of linux vgdisplay command to display LVM volume group information, I hope you will learn a lot after reading this article, let's discuss it together!

The vgdisplay command is used to display information about LVM volume groups. If you do not specify the Volume Group parameter, the properties of all volume groups are displayed respectively.

Syntax format: vgdisplay [parameters]

Common parameters:

-A displays only the properties of the active volume group-s output information in short format

Reference example

Displays the properties of the existing volume group "vg1000":

[root@linuxcool ~] # vgdisplay vg1000

Displays the properties of the existing volume group "vg2000":

[root@linuxcool ~] # vgdisplay vg2000

Displays the properties of the active volume group "vg1000":

[root@linuxcool] # vgdisplay-A vg1000

Display the properties of the volume group "vg1000" in a short format:

[root@linuxcool] # vgdisplay-s vg1000

Display the properties of the active volume group "vg1000" in a short format:

[root@linuxcool] # vgdisplay-As vg1000 has finished reading this article. I believe you have some understanding of using linux's vgdisplay command to display LVM volume group information. If you want to know more about it, welcome to follow the industry information channel. Thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report