LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   vgdisplay can show all details. (https://www.linuxquestions.org/questions/linux-software-2/vgdisplay-can-show-all-details-4175579274/)

hack3rcon 05-08-2016 09:39 AM

vgdisplay can show all details.
 
Hello.
I used below command for create a lvm partition :

# lvcreate -L 20G -v -n OpenSUSE Xen

But when I enter "vgdisplay" it don't show me "OpenSUSE" :
Code:

--- Volume group ---
  VG Name              Xen
  System ID           
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  4
  VG Access            read/write
  VG Status            resizable
  MAX LV                0
  Cur LV                1
  Open LV              0
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size              615.50 GiB
  PE Size              4.00 MiB
  Total PE              157569
  Alloc PE / Size      5120 / 20.00 GiB
  Free  PE / Size      152449 / 595.50 GiB
  VG UUID              29VZwr-BdYI-n2Oj-VfCr-rgnJ-SMyC-345o1Z
 
  --- Volume group ---
  VG Name              fedora
  System ID           
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  3
  VG Access            read/write
  VG Status            resizable
  MAX LV                0
  Cur LV                2
  Open LV              2
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size              316.00 GiB
  PE Size              4.00 MiB
  Total PE              80896
  Alloc PE / Size      80896 / 316.00 GiB
  Free  PE / Size      0 / 0 
  VG UUID              3p7jxo-Dwtm-NABs-2s0k-pL7d-8j86-Lo3aFr

How can I find all deatils ?

Tnx.

AlucardZero 05-08-2016 09:45 AM

vgdisplay -v

man vgdisplay


All times are GMT -5. The time now is 07:18 PM.