pvs:tldr:c4e3f
The command "pvs -v" is a Linux command used to display detailed information about physical volumes (disks or partitions) in the LVM (Logical Volume Manager) system. Here is a breakdown of each component:
-
"pvs": This is the main command used to display information about physical volumes.
-
"-v": It is a short form for the "--verbose" option. When used, it provides more detailed and verbose output, including additional information such as the physical volume size, physical extents, number of logical volumes, volume group, etc.
When you execute the "pvs -v" command, you will get a list of all physical volumes on your system along with the retrieved detailed information. The output might include details like PV Name, PV UUID, VG Name, PV Format, PV Size, PV Free, and more.