{
    "mode": "man",
    "parameter": "fsck.cramfs",
    "section": "8",
    "url": "https://www.chedong.com/phpMan.php/man/fsck.cramfs/8/json",
    "generated": "2026-06-02T21:27:31Z",
    "synopsis": "fsck.cramfs [options] file",
    "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": "-V --version",
                    "content": "Display version information and exit.\n",
                    "flag": "-V",
                    "long": "--version"
                },
                {
                    "name": "-h --help",
                    "content": "Display help text and exit.\n",
                    "flag": "-h",
                    "long": "--help"
                }
            ]
        },
        "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 https://github.com/karelzak/util-linux/issues.\n",
            "subsections": []
        },
        "AVAILABILITY": {
            "content": "The fsck.cramfs command is part of the util-linux package which can be downloaded from Linux\nKernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>.\n\n\n\nutil-linux 2.37.2                            2021-06-02                               FSCK.CRAMFS(8)",
            "subsections": []
        }
    },
    "summary": "fsck.cramfs - fsck compressed ROM file system",
    "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": "-V",
            "long": "--version",
            "arg": null,
            "description": "Display version information and exit."
        },
        {
            "flag": "-h",
            "long": "--help",
            "arg": null,
            "description": "Display help text 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"
        }
    ]
}