pvck Command Examples in Linux

pvck command checks the physical volume for errors; similar to fsck for filesystems.

Syntax:

# pvck [options]

pvck Command Examples

1. To scan the physical volume metadata:

# pvck PhysicalVolume /dev/sda2 

2. To specify the starting sector from where it should scan:

# pvck --labelsector sector 

3. To debug the physical volume metadata:

# pvck -d
# pvck --debug 

4. To see the help:

# pvck -h
# pvck --help 

5. To operate in verbose mode:

# pvck -v
# pvck --verbose 

6. To get theversion info:

# pvck --version 
Related Post