Manual Reference Pages  - PVCK (8)

NAME

pvck - check physical volume metadata

CONTENTS

Synopsis
Description
Options
See Also

SYNOPSIS

pvck [-d|--debug] [-h|--help] [-v|--verbose] [--labelsector] PhysicalVolume [PhysicalVolume...]

DESCRIPTION

pvck checks physical volume LVM metadata for consistency.

OPTIONS

See lvm for common options.
--labelsector sector
  By default, 4 sectors of PhysicalVolume are scanned for an LVM label, starting at sector 0. This parameter allows you to specify a different starting sector for the scan and is useful for recovery situations. For example, suppose the partition table is corrupted or lost on /dev/sda, but you suspect there was an LVM partition at approximately 100 MB. This area of the disk may be scanned by using the --labelsector parameter with a value of 204800 (100 * 1024 * 1024 / 512 = 204800):

pvck --labelsector 204800 /dev/sda

Note that a script can be used with --labelsector to automate the process of finding LVM labels.

SEE ALSO

lvm(8), pvcreate(8), pvscan(8) vgck(8)
Jump to page    or go to Top of page |  Section 8 |  Main Index.


Sistina Software UK PVCK (8) LVM TOOLS 2.02.42-RHEL4 (2011-08-02)
Generated by manServer 1.07 from /usr/share/man/man8/pvck.8.gz using man macros.