mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Update dmsetup man page.
This commit is contained in:
parent
969e08da0f
commit
43c7c10b56
@ -31,7 +31,10 @@ dmsetup \- low level logical volume management
|
|||||||
.br
|
.br
|
||||||
.B dmsetup ls
|
.B dmsetup ls
|
||||||
.br
|
.br
|
||||||
.B dmsetup info
|
.B dmsetup info
|
||||||
|
.I [device_name]
|
||||||
|
.br
|
||||||
|
.B dmsetup info -c|-C|--columns [--noheadings] [-o name]
|
||||||
.I [device_name]
|
.I [device_name]
|
||||||
.br
|
.br
|
||||||
.B dmsetup deps
|
.B dmsetup deps
|
||||||
@ -53,6 +56,13 @@ dmsetup \- low level logical volume management
|
|||||||
.B dmsetup targets
|
.B dmsetup targets
|
||||||
.br
|
.br
|
||||||
.B dmsetup version
|
.B dmsetup version
|
||||||
|
.br
|
||||||
|
|
||||||
|
.B devmap_name
|
||||||
|
.I major minor
|
||||||
|
.br
|
||||||
|
.B devmap_name
|
||||||
|
.I major:minor
|
||||||
.ad b
|
.ad b
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
dmsetup manages logical devices that use the device-mapper driver.
|
dmsetup manages logical devices that use the device-mapper driver.
|
||||||
@ -61,16 +71,38 @@ each sector (512 bytes) in the logical device.
|
|||||||
|
|
||||||
The first argument to dmsetup is a command.
|
The first argument to dmsetup is a command.
|
||||||
The second argument is the logical device name or uuid.
|
The second argument is the logical device name or uuid.
|
||||||
|
|
||||||
|
Invoking the command as \fBdevmap_name\fP is equivalent to
|
||||||
|
.br
|
||||||
|
\fBdmsetup info -c --noheadings -j \fImajor\fB -m \fIminor\fP.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
|
.IP \fB-c|-C|--columns
|
||||||
|
.br
|
||||||
|
Display output in columns rather than as Field: Value lines.
|
||||||
.IP \fB-j|--major\ \fImajor
|
.IP \fB-j|--major\ \fImajor
|
||||||
.br
|
.br
|
||||||
Specify the major number to use on creation.
|
Specify the major number.
|
||||||
.IP \fB-j|--minor\ \fIminor
|
.IP \fB-m|--minor\ \fIminor
|
||||||
.br
|
.br
|
||||||
Specify the minor number to use on creation.
|
Specify the minor number.
|
||||||
|
.IP \fB-n|--noheadings
|
||||||
|
.br
|
||||||
|
Suppress the headings line when using columnar output.
|
||||||
|
.IP \fB--noopencount
|
||||||
|
.br
|
||||||
|
Tell the kernel not to supply the open reference count for the device.
|
||||||
|
.IP \fB--notable
|
||||||
|
.br
|
||||||
|
When creating a device, don't load any table.
|
||||||
|
.IP \fB-o|--options
|
||||||
|
.br
|
||||||
|
Specify which fields to display. Only \fB-o\ name\fP is supported.
|
||||||
.IP \fB-r|--readonly
|
.IP \fB-r|--readonly
|
||||||
.br
|
.br
|
||||||
Set the table being loaded read-only.
|
Set the table being loaded read-only.
|
||||||
|
.IP \fB-u|--uuid
|
||||||
|
.br
|
||||||
|
Specify the uuid.
|
||||||
.IP \fB-v|--verbose [-v|--verbose]
|
.IP \fB-v|--verbose [-v|--verbose]
|
||||||
.br
|
.br
|
||||||
Produce additional output.
|
Produce additional output.
|
||||||
|
Loading…
Reference in New Issue
Block a user