1thin_rmap(8) System Manager's Manual thin_rmap(8)
2
3
4
6 thin_rmap - output reverse map of a thin provisioned region of blocks
7 from metadata device or file.
8
10 thin_rmap [options] {device|file}
11
13 thin_rmap outputs the reverse mapping stored in the metadata on a
14 device or file between a region of thin provisioned pool blocks and the
15 associated thin provisioned devices.
16
17 This tool cannot be run on live metadata.
18
20 -h, --help
21 Print help and exit.
22
23 -V, --version
24 Print version information and exit.
25
26 --region {block range}
27 Specify range of blocks on the data device.
28
29 At least one region must be specified. Multiple regions may be specified.
30
31 The range takes the format <begin>..<one past the end>. For example,
32 "5..45" specifies data blocks 5 to 44 inclusive, but not 45.
33
34
36 $ thin_rmap --region 5..45 /dev/pool-metadata
37
39 thin_rmap returns an exit code of 0 for success or 1 for error.
40
42 thin_check(8), thin_dump(8), thin_repair(8), thin_restore(8),
43 thin_metadata_size(8)
44
46 Joe Thornber <ejt@redhat.com>, Heinz Mauelshagen <HeinzM@RedHat.com>
47
48
49
50System Manager's Manual Device Mapper Tools thin_rmap(8)