Sync usage with man page.
[netbsd-mini2440.git] / external / gpl2 / lvm2 / dist / man / pvck.8
blob4a1ff7fcdd542cf0397e9445bb7b2809e2741d02
1 .\"    $NetBSD$
2 .\"
3 .TH PVCK 8 "LVM TOOLS 2.02.44-cvs (02-17-09)" "Sistina Software UK" \" -*- nroff -*-
4 .SH NAME
5 pvck \- check physical volume metadata
6 .SH SYNOPSIS
7 .B pvck
8 .RB [ \-d | \-\-debug ]
9 .RB [ \-h | \-\-help ]
10 .RB [ \-v | \-\-verbose ]
11 .RB [ \-\-labelsector ]
12 .IR PhysicalVolume " [" PhysicalVolume ...]
13 .SH DESCRIPTION
14 pvck checks physical volume LVM metadata for consistency.
15 .SH OPTIONS
16 See \fBlvm\fP for common options.
17 .TP
18 .BR \-\-labelsector " sector"
19 By default, 4 sectors of \fBPhysicalVolume\fP are scanned for an LVM label,
20 starting at sector 0.  This parameter allows you to specify a different
21 starting sector for the scan and is useful for recovery situations.  For
22 example, suppose the partition table is corrupted or lost on /dev/sda,
23 but you suspect there was an LVM partition at approximately 100 MB.  This
24 area of the disk may be scanned by using the \fB--labelsector\fP parameter
25 with a value of 204800 (100 * 1024 * 1024 / 512 = 204800):
26 .sp
27 .BI "pvck --labelsector 204800 /dev/sda"
28 .sp
29 Note that a script can be used with \fB--labelsector\fP to automate the
30 process of finding LVM labels.
31 .SH SEE ALSO
32 .BR lvm (8),
33 .BR pvcreate (8),
34 .BR pvscan (8)
35 .BR vgck (8)