{
    "content": [
        {
            "type": "text",
            "text": "# fsck.cramfs (man)\n\n## NAME\n\nfsck.cramfs - fsck compressed ROM file system\n\n## SYNOPSIS\n\nfsck.cramfs [options] file\n\n## DESCRIPTION\n\nfsck.cramfs is used to check the cramfs file system.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (6 subsections)\n- **EXIT STATUS**\n- **SEE ALSO**\n- **REPORTING BUGS**\n- **AVAILABILITY**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "fsck.cramfs",
        "section": "",
        "mode": "man",
        "summary": "fsck.cramfs - fsck compressed ROM file system",
        "synopsis": "fsck.cramfs [options] file",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-v",
                "long": "--verbose",
                "arg": null,
                "description": "Enable verbose messaging."
            },
            {
                "flag": "-b",
                "long": "--blocksize",
                "arg": null,
                "description": "Use this blocksize, defaults to page size. Must be equal to what was set at creation time. Only used for --extract. --extract[=directory] Test to uncompress the whole file system. Optionally extract contents of the file to directory."
            },
            {
                "flag": "-a",
                "long": null,
                "arg": null,
                "description": "This option is silently ignored."
            },
            {
                "flag": "-y",
                "long": null,
                "arg": null,
                "description": "This option is silently ignored."
            },
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "Display help text and exit."
            },
            {
                "flag": "-V",
                "long": "--version",
                "arg": null,
                "description": "Print version and exit."
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "mount",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/mount/8/json"
            },
            {
                "name": "mkfs.cramfs",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/mkfs.cramfs/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-v --verbose",
                        "lines": 2,
                        "flag": "-v",
                        "long": "--verbose"
                    },
                    {
                        "name": "-b --blocksize _",
                        "lines": 7,
                        "flag": "-b",
                        "long": "--blocksize"
                    },
                    {
                        "name": "-a",
                        "lines": 2,
                        "flag": "-a"
                    },
                    {
                        "name": "-y",
                        "lines": 2,
                        "flag": "-y"
                    },
                    {
                        "name": "-h --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-V --version",
                        "lines": 2,
                        "flag": "-V",
                        "long": "--version"
                    }
                ]
            },
            {
                "name": "EXIT STATUS",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "REPORTING BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AVAILABILITY",
                "lines": 4,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "fsck.cramfs - fsck compressed ROM file system\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "fsck.cramfs [options] file\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "fsck.cramfs is used to check the cramfs file system.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-v --verbose",
                        "content": "Enable verbose messaging.\n",
                        "flag": "-v",
                        "long": "--verbose"
                    },
                    {
                        "name": "-b --blocksize _",
                        "content": "Use this blocksize, defaults to page size. Must be equal to what was set at creation\ntime. Only used for --extract.\n\n--extract[=directory]\nTest to uncompress the whole file system. Optionally extract contents of the file to\ndirectory.\n",
                        "flag": "-b",
                        "long": "--blocksize"
                    },
                    {
                        "name": "-a",
                        "content": "This option is silently ignored.\n",
                        "flag": "-a"
                    },
                    {
                        "name": "-y",
                        "content": "This option is silently ignored.\n",
                        "flag": "-y"
                    },
                    {
                        "name": "-h --help",
                        "content": "Display help text and exit.\n",
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-V --version",
                        "content": "Print version and exit.\n",
                        "flag": "-V",
                        "long": "--version"
                    }
                ]
            },
            "EXIT STATUS": {
                "content": "0\nsuccess\n\n4\nfile system was left uncorrected\n\n8\noperation error, such as unable to allocate memory\n\n16\nusage information was printed\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "mount(8), mkfs.cramfs(8)\n",
                "subsections": []
            },
            "REPORTING BUGS": {
                "content": "For bug reports, use the issue tracker at \u001b[34mhttps://github.com/util-linux/util-linux/issues\u001b[0m.\n",
                "subsections": []
            },
            "AVAILABILITY": {
                "content": "The fsck.cramfs command is part of the util-linux package which can be downloaded from \u001b[34mLinux\u001b[0m\n\u001b[34mKernel Archive \u001b[0m<https://www.kernel.org/pub/linux/utils/util-linux/>.\n\nutil-linux 2.39.3                            2023-10-23                               FSCK.CRAMFS(8)",
                "subsections": []
            }
        }
    }
}