]> sourceware.org Git - lvm2.git/blob - man/lvscan.8.in
update reworded string
[lvm2.git] / 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. The output consists
17 of one line for each Logical Volume indicating whether or not it is active,
18 a snapshot or origin, the size of the device and its allocation policy.
19 Use \fBlvs(8)\fP or \fBlvdisplay(8)\fP to obtain more-comprehensive information
20 about the Logical Volumes.
21 .SH OPTIONS
22 See \fBlvm\fP for common options.
23 .TP
24 .BR \-\-all
25 Include information in the output about internal Logical Volumes that
26 are components of normally-accessible Logical Volumes, such as mirrors,
27 but which are not independently accessible (e.g. not mountable).
28 For example, after creating a mirror using 'lvcreate -m1 --mirrorlog disk',
29 this option will reveal three internal Logical Volumes, with suffixes
30 mimage_0, mimage_1, and mlog.
31 .TP
32 .BR \-b ", " \-\-blockdevice
33 This option is now ignored. Instead, use \fBlvs(8)\fP or \fBlvdisplay(8)\fP to obtain
34 the device number.
35 .SH SEE ALSO
36 .BR lvm (8),
37 .BR lvcreate (8),
38 .BR lvdisplay (8)
39 .BR lvs (8)
This page took 0.079818 seconds and 5 git commands to generate.