Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / gpl2 / lvm2 / dist / man / pvdisplay.8
blob80098bc47d0289651d8a5b810ac8a81ef023e6a4
1 .\"    $NetBSD$
2 .\"
3 .TH PVDISPLAY 8 "LVM TOOLS 2.02.44-cvs (02-17-09)" "Sistina Software UK" \" -*- nroff -*-
4 .SH NAME
5 pvdisplay \- display attributes of a physical volume
6 .SH SYNOPSIS
7 .B pvdisplay
8 [\-c|\-\-colon] [\-d|\-\-debug] [\-h|\-?|\-\-help] [\-s|\-\-short]
9 [\-v[v]|\-\-verbose [\-\-verbose]]
10 PhysicalVolumePath [PhysicalVolumePath...]
11 .SH DESCRIPTION
12 pvdisplay allows you to see the attributes of one or more physical volumes
13 like size, physical extent size, space used for the volume group descriptor
14 area and so on.
16 \fBpvs\fP (8) is an alternative that provides the same information 
17 in the style of \fBps\fP (1).
18 .SH OPTIONS
19 See \fBlvm\fP for common options.
20 .TP
21 .I \-c, \-\-colon
22 Generate colon separated output for easier parsing in scripts or programs.
23 N.B. \fBpvs\fP (8) provides considerably more control over the output.
24 .nf
26 The values are:
28 * physical volume device name
29 * volume group name
30 * physical volume size in kilobytes
31 * internal physical volume number (obsolete)
32 * physical volume status
33 * physical volume (not) allocatable
34 * current number of logical volumes on this physical volume
35 * physical extent size in kilobytes
36 * total number of physical extents
37 * free number of physical extents
38 * allocated number of physical extents
40 .fi
41 .TP
42 .I \-s, \-\-short
43 Only display the size of the given physical volumes.
44 .TP
45 .I \-m, \-\-maps
46 Display the mapping of physical extents to logical volumes and
47 logical extents.
48 .SH SEE ALSO
49 .BR lvm (8),
50 .BR pvcreate (8),
51 .BR lvcreate (8),
52 .BR vgcreate (8)