{
    "content": [
        {
            "type": "text",
            "text": "# make-bcache (man)\n\n## NAME\n\nmake-bcache - create a cache device\n\n## SYNOPSIS\n\nmake-bcache [ -U UUID ] [ -b bucket-size ] device\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **OPTIONS** (4 subsections)\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "make-bcache",
        "section": "",
        "mode": "man",
        "summary": "make-bcache - create a cache device",
        "synopsis": "make-bcache [ -U UUID ] [ -b bucket-size ] device",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-C",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-B",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-U",
                "long": null,
                "arg": null,
                "description": "Create a cache device with the specified UUID"
            },
            {
                "flag": "-b",
                "long": null,
                "arg": null,
                "description": "Specifies the bucket size. Allocation is done in terms of buckets, and cache hits are counted per bucket; thus a smaller bucket size will give better cache utilization, but poorer write performance. The bucket size is intended to be equal to the size of your SSD's erase blocks, which seems to be 128k-512k for most SSDs. Must be a power of two; accepts human readable units. Defaults to 128k. make-bcache(8)"
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-C",
                        "lines": 1,
                        "flag": "-C"
                    },
                    {
                        "name": "-B",
                        "lines": 1,
                        "flag": "-B"
                    },
                    {
                        "name": "-U",
                        "lines": 2,
                        "flag": "-U"
                    },
                    {
                        "name": "-b",
                        "lines": 9,
                        "flag": "-b"
                    }
                ]
            }
        ],
        "sections": {
            "NAME": {
                "content": "make-bcache - create a cache device\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "make-bcache [ -U UUID ] [ -b bucket-size ] device\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-C",
                        "content": "",
                        "flag": "-C"
                    },
                    {
                        "name": "-B",
                        "content": "",
                        "flag": "-B"
                    },
                    {
                        "name": "-U",
                        "content": "Create a cache device with the specified UUID\n",
                        "flag": "-U"
                    },
                    {
                        "name": "-b",
                        "content": "Specifies  the bucket size. Allocation is done in terms of buckets, and cache hits are\ncounted per bucket; thus a smaller bucket size will give better cache utilization, but\npoorer  write performance. The bucket size is intended to be equal to the size of your\nSSD's erase blocks, which seems to be 128k-512k for most SSDs. Must be a power of two;\naccepts human readable units. Defaults to 128k.\n\n\n\nmake-bcache(8)",
                        "flag": "-b"
                    }
                ]
            }
        }
    }
}