Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / contrib / lvm2 / dist / man / lvscan.8.in
1 .TH LVSCAN 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
2 .SH NAME
3 lvscan \- scan (all disks) for logical volumes
4 .SH SYNOPSIS
5 .B lvscan
6 .RB [ \-a | \-\-all]
7 .RB [ \-b | \-\-blockdevice ]
8 .RB [ \-d | \-\-debug ]
9 .RB [ \-h | \-\-help ]
10 .RB [ \-\-ignorelockingfailure ]
11 .RB [ \-P | \-\-partial ]
12 .RB [ \-v | \-\-verbose ]
13 .SH DESCRIPTION
14 .B lvscan
15 scans all known volume groups or all supported LVM block devices
16 in the system for defined logical volumes.
17 .SH OPTIONS
18 See \fBlvm\fP for common options.
19 .TP
20 .BR \-\-all
21 Include information in the output about internal Logical Volumes that
22 are components of normally-accessible Logical Volumes, such as mirrors,
23 but which are not independently accessible (e.g. not mountable).
24 For example, after creating a mirror using 'lvcreate -m1 --mirrorlog disk',
25 this option will reveal three internal Logical Volumes, with suffixes
26 mimage_0, mimage_1, and mlog.
27 .TP
28 .BR \-b ", " \-\-blockdevice
29 Adds the device major and minor numbers to the display
30 of each logical volume.
31 .SH SEE ALSO
32 .BR lvm (8), 
33 .BR lvcreate (8),
34 .BR lvdisplay (8)