{
    "content": [
        {
            "type": "text",
            "text": "# thin_rmap(8) (man)\n\n**Summary:** thinrmap - output reverse map of a thin provisioned region of blocks from metadata device or\n\n**Synopsis:** thinrmap [options] {device|file}\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| -h | --help | — | Print help and exit. |\n| -V | --version | — | Print version information and exit. |\n| — | --region | — | Specify range of blocks on the data device. At least one region must be specified. Multiple regions may be specified. Th |\n\n## Examples\n\n- `$ thinrmap --region 5..45 /dev/pool-metadata`\n\n## See Also\n\n- thincheck(8)\n- thindump(8)\n- thinrepair(8)\n- thinrestore(8)\n- thinmetadatasize(8)\n\n## Section Outline\n\n- **NAME** (1 lines) — 1 subsections\n  - file. (1 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (5 lines)\n- **OPTIONS** (1 lines) — 3 subsections\n  - -h, --help (2 lines)\n  - -V, --version (2 lines)\n  - --region {block range} (8 lines)\n- **EXAMPLES** (2 lines)\n- **DIAGNOSTICS** (2 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\nthinrmap - output reverse map of a thin provisioned region of blocks from metadata device or\n\n#### file.\n\n### SYNOPSIS\n\nthinrmap [options] {device|file}\n\n### DESCRIPTION\n\nthinrmap outputs the reverse mapping stored in the metadata on a device or  file  between  a\nregion of thin provisioned pool blocks and the associated thin provisioned devices.\n\nThis tool cannot be run on live metadata.\n\n### OPTIONS\n\n#### -h, --help\n\nPrint help and exit.\n\n#### -V, --version\n\nPrint version information and exit.\n\n#### --region {block range}\n\nSpecify range of blocks on the data device.\n\nAt least one region must be specified.  Multiple regions may be specified.\n\nThe range takes the format <begin>..<one past the end>.  For example,\n\"5..45\" specifies data blocks 5 to 44 inclusive, but not 45.\n\n### EXAMPLES\n\n$ thinrmap --region 5..45 /dev/pool-metadata\n\n### DIAGNOSTICS\n\nthinrmap returns an exit code of 0 for success or 1 for error.\n\n### SEE ALSO\n\nthincheck(8), thindump(8), thinrepair(8), thinrestore(8), thinmetadatasize(8)\n\n### AUTHOR\n\nJoe Thornber <ejt@redhat.com>, Heinz Mauelshagen <HeinzM@RedHat.com>\n\n\n\nSystem Manager's Manual                  Device Mapper Tools                            thinrmap(8)\n\n"
        }
    ],
    "structuredContent": {
        "command": "thin_rmap",
        "section": "8",
        "mode": "man",
        "summary": "thinrmap - output reverse map of a thin provisioned region of blocks from metadata device or",
        "synopsis": "thinrmap [options] {device|file}",
        "flags": [
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "Print help and exit."
            },
            {
                "flag": "-V",
                "long": "--version",
                "arg": null,
                "description": "Print version information and exit."
            },
            {
                "flag": "",
                "long": "--region",
                "arg": null,
                "description": "Specify range of blocks on the data device. At least one region must be specified. Multiple regions may be specified. The range takes the format <begin>..<one past the end>. For example, \"5..45\" specifies data blocks 5 to 44 inclusive, but not 45."
            }
        ],
        "examples": [
            "$ thinrmap --region 5..45 /dev/pool-metadata"
        ],
        "see_also": [
            {
                "name": "thincheck",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/thincheck/8/json"
            },
            {
                "name": "thindump",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/thindump/8/json"
            },
            {
                "name": "thinrepair",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/thinrepair/8/json"
            },
            {
                "name": "thinrestore",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/thinrestore/8/json"
            },
            {
                "name": "thinmetadatasize",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/thinmetadatasize/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 1,
                "subsections": [
                    {
                        "name": "file.",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-h, --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-V, --version",
                        "lines": 2,
                        "flag": "-V",
                        "long": "--version"
                    },
                    {
                        "name": "--region {block range}",
                        "lines": 8,
                        "long": "--region"
                    }
                ]
            },
            {
                "name": "EXAMPLES",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DIAGNOSTICS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}