]> sourceware.org Git - dm.git/commitdiff
Document that sector size is always 512 bytes. [AJ]
authorAlasdair Kergon <agk@redhat.com>
Fri, 23 Jan 2004 14:08:09 +0000 (14:08 +0000)
committerAlasdair Kergon <agk@redhat.com>
Fri, 23 Jan 2004 14:08:09 +0000 (14:08 +0000)
man/dmsetup.8

index 724f11e51cc6e7a5da5a9499dde5e82cc6f13376..8f19e972e27a9c2f5e8a8e2baa1b8f12e9255826 100644 (file)
@@ -54,7 +54,7 @@ dmsetup \- low level logical volume management
 .SH DESCRIPTION
 dmsetup manages logical devices that use the device-mapper driver.  
 Devices are created by loading a table that specifies a target for
-each sector in the logical device.
+each sector (512 bytes) in the logical device.
 
 The first argument to dmsetup is a command. 
 The second argument is the logical device name or uuid.
@@ -165,6 +165,7 @@ Each line of the table specifies a single target and is of the form:
     logical_start_sector num_sectors target_type target_args
 .br
 .br
+
 There are currently three simple target types available together 
 with more complex optional ones that implement snapshots and mirrors.
 
This page took 0.027199 seconds and 5 git commands to generate.