$ sudo vgdisplay -v vg2 Password: Using volume group(s) on command line. --- Volume group --- VG Name vg2 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 1 Max PV 0 Cur PV 1 Act PV 1 VG Size 3.63 TiB PE Size 4.00 MiB Total PE 951243 Alloc PE / Size 951043 / 3.63 TiB Free PE / Size 200 / 800.00 MiB VG UUID
--- Logical volume --- LV Path /dev/vg2/volume_2 LV Name volume_2 VG Name vg2 LV UUID LV Write Access read/write LV Creation host, time , LV Status available # open 1 LV Size 3.63 TiB Current LE 951040 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 4096 Block device 249:1
--- Physical volumes --- PV Name /dev/md3 PV UUID PV Status allocatable Total PE / Free PE 951243 / 200
逻辑卷挂载信息:
1 2
$ mount | grep vg2 /dev/mapper/vg2-volume_2 on /volume2 type btrfs (...)