{
    "content": [
        {
            "type": "text",
            "text": "# fsck.btrfs (man)\n\n## NAME\n\nfsck.btrfs - do nothing, successfully\n\n## SYNOPSIS\n\nfsck.btrfs [-aApy] [<device>...]\n\n## DESCRIPTION\n\nfsck.btrfs is a type of utility that should exist for any filesystem and is called during\nsystem setup when the corresponding /etc/fstab entries contain non-zero value for fspassno,\nsee fstab(5) for more.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS**\n- **EXIT STATUS**\n- **FILES** (1 subsections)\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "fsck.btrfs",
        "section": "",
        "mode": "man",
        "summary": "fsck.btrfs - do nothing, successfully",
        "synopsis": "fsck.btrfs [-aApy] [<device>...]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "btrfs",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/btrfs/8/json"
            },
            {
                "name": "fsck",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/fsck/8/json"
            },
            {
                "name": "fstab",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/fstab/5/json"
            },
            {
                "name": "FSCK.BTRFS",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/FSCK.BTRFS/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "EXIT STATUS",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "FILES",
                "lines": 1,
                "subsections": [
                    {
                        "name": "/etc/fstab",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "fsck.btrfs - do nothing, successfully\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "fsck.btrfs [-aApy] [<device>...]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "fsck.btrfs is a type of utility that should exist for any filesystem and is called during\nsystem setup when the corresponding /etc/fstab entries contain non-zero value for fspassno,\nsee fstab(5) for more.\n\nTraditional filesystems need to run their respective fsck utility in case the filesystem was\nnot unmounted cleanly and the log needs to be replayed before mount. This is not needed for\nBTRFS. You should set fspassno to 0.\n\nIf you wish to check the consistency of a BTRFS filesystem or repair a damaged filesystem,\nsee btrfs-check(8). By default filesystem consistency is checked, the repair mode is enabled\nvia the --repair option (use with care!).\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "The options are all the same and detect if fsck.btrfs is executed in non-interactive mode and\nexits with success, otherwise prints a message about btrfs check.\n",
                "subsections": []
            },
            "EXIT STATUS": {
                "content": "There are two possible exit codes returned:\n\n0\nNo error\n\n8\nOperational error, eg. device does not exist\n",
                "subsections": []
            },
            "FILES": {
                "content": "",
                "subsections": [
                    {
                        "name": "/etc/fstab",
                        "content": ""
                    }
                ]
            },
            "SEE ALSO": {
                "content": "btrfs(8), fsck(8), fstab(5)\n\n\n\nBtrfs v5.16.2                                02/16/2022                                FSCK.BTRFS(8)",
                "subsections": []
            }
        }
    }
}