2008-10-08 16:50:13 +04:00
.TH PVDISPLAY 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
2002-01-04 23:35:19 +03:00
.SH NAME
pvdisplay \- display attributes of a physical volume
.SH SYNOPSIS
.B pvdisplay
2012-04-11 16:42:10 +04:00
.RB [ \- c | \- \- colon ]
2014-05-21 16:53:56 +04:00
.RB [ \- \- commandprofile
.IR ProfileName ]
2012-04-11 16:42:10 +04:00
.RB [ \- d | \- \- debug ]
.RB [ \- h | \- ? | \- \- help ]
.RB [ \- \- ignorelockingfailure ]
2013-10-02 00:20:10 +04:00
.RB [ \- \- ignoreskippedcluster ]
2012-04-11 16:42:10 +04:00
.RB [ \- \- maps ]
.RB [ \- \- nosuffix ]
.RB [ \- s | \- \- short ]
2015-02-11 12:03:37 +03:00
.RB [ \- S | \- \- select
.IR Selection ]
2012-04-11 16:42:10 +04:00
.RB [ \- \- units
.IR hsbkmgtHKMGT ]
.RB [ \- v [ v ]| \- \- verbose
.RB [ \- \- verbose ]]
.RB [ \- \- version ]
2015-02-11 12:03:37 +03:00
.RI [ PhysicalVolumePath ...]
2009-10-26 17:37:09 +03:00
.br
.br
2012-04-11 16:42:10 +04:00
.B pvdisplay
2014-03-31 00:35:45 +04:00
.BR \- C | \- \- columns
2012-04-11 16:42:10 +04:00
.RB [ \- \- aligned ]
2014-12-11 17:50:37 +03:00
.RB [ \- \- binary ]
2012-04-11 16:42:10 +04:00
.RB [ \- a | \- \- all ]
2014-05-21 16:53:56 +04:00
.RB [ \- \- commandprofile
.IR ProfileName ]
2012-04-11 16:42:10 +04:00
.RB [ \- d | \- \- debug ]
.RB [ \- h | \- ? | \- \- help ]
.RB [ \- \- ignorelockingfailure ]
.RB [ \- \- noheadings ]
.RB [ \- \- nosuffix ]
.RB [ \- o | \- \- options
2015-10-30 17:36:35 +03:00
.RI [ + | \- | # ] Field [ ,Field ...]]
2012-04-11 16:42:10 +04:00
.RB [ \- O | \- \- sort
.RI [ + | \- ] Key1 [ , [ + | \- ] Key2 ...
.RI ]]
2014-06-16 18:23:55 +04:00
.RB [ \- S | \- \- select
.IR Selection ]
2012-04-11 16:42:10 +04:00
.RB [ \- \- separator
.IR Separator ]
.RB [ \- \- unbuffered ]
.RB [ \- \- units
.IR hHbBsSkKmMgGtTpPeE ]
.RB [ \- v [ v ]| \- \- verbose
.RB [ \- \- verbose ]]
.RB [ \- \- version ]
2015-02-11 12:03:37 +03:00
.RI [ PhysicalVolumePath ...]
2002-01-04 23:35:19 +03:00
.SH DESCRIPTION
pvdisplay allows you to see the attributes of one or more physical volumes
like size, physical extent size, space used for the volume group descriptor
area and so on.
2004-11-12 18:59:09 +03:00
.P
2012-04-11 16:42:10 +04:00
\fB pvs\fP (8) is an alternative that provides the same information
in the style of \fB ps\fP (1).
2002-01-04 23:35:19 +03:00
.SH OPTIONS
2014-03-31 00:35:45 +04:00
See \fB lvm\fP (8) for common options.
.TP
.BR \- C ", " \- \- columns
Display output in columns, the equivalent of \fB pvs\fP (8). See
\fB pvs\fP (8) for a description of other options with this form of
\fB pvdisplay\fP .
2002-01-04 23:35:19 +03:00
.TP
2012-04-11 16:42:10 +04:00
.BR \- c ", " \- \- colon
2004-03-30 18:36:50 +04:00
Generate colon separated output for easier parsing in scripts or programs.
2012-04-11 16:42:10 +04:00
N.B. \fB pvs\fP (8) provides considerably more control over the output.
2002-01-04 23:35:19 +03:00
.nf
The values are:
2014-06-11 13:06:13 +04:00
\(bu physical volume device name
\(bu volume group name
\(bu physical volume size in sectors
\(bu internal physical volume number (obsolete)
\(bu physical volume status
\(bu physical volume (not) allocatable
\(bu current number of logical volumes on this physical volume
\(bu physical extent size in kilobytes
\(bu total number of physical extents
\(bu free number of physical extents
\(bu allocated number of physical extents
2002-01-04 23:35:19 +03:00
.fi
.TP
2012-04-11 16:42:10 +04:00
.BR \- s ", " \- \- short
2002-01-04 23:35:19 +03:00
Only display the size of the given physical volumes.
.TP
2012-04-11 16:42:10 +04:00
.BR \- m ", " \- \- maps
2002-01-04 23:35:19 +03:00
Display the mapping of physical extents to logical volumes and
logical extents.
.SH SEE ALSO
2008-10-08 16:50:13 +04:00
.BR lvm (8),
2013-05-05 23:38:44 +04:00
.BR pvs (8),
2008-10-08 16:50:13 +04:00
.BR pvcreate (8),
.BR lvcreate (8),
2002-01-04 23:35:19 +03:00
.BR vgcreate (8)