{
    "content": [
        {
            "type": "text",
            "text": "# xfs_ncheck (info)\n\n## NAME\n\nxfsncheck - generate pathnames from i-numbers for XFS\n\n## SYNOPSIS\n\nxfsncheck [ -i ino ] ... [ -f ] [ -s ] [ -l logdev ] device\nxfsncheck -V\n\n## DESCRIPTION\n\nxfsncheck  with no -i arguments generates an inode number and pathname\nlist of all files on the given filesystem. Names of directory files are\nfollowed by /..  The output is not sorted in any particular order.  The\nfilesystem to be examined is specified by the  device  argument,  which\nshould  be  the  disk or volume device for the filesystem.  Filesystems\nstored in files can also be checked, using the -f flag.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "xfs_ncheck",
        "section": "",
        "mode": "info",
        "summary": "xfsncheck - generate pathnames from i-numbers for XFS",
        "synopsis": "xfsncheck [ -i ino ] ... [ -f ] [ -s ] [ -l logdev ] device\nxfsncheck -V",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "mkfs.xfs",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/mkfs.xfs/8/json"
            },
            {
                "name": "xfs",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/xfs/5/json"
            },
            {
                "name": "xfsncheck",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/xfsncheck/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 27,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "xfsncheck - generate pathnames from i-numbers for XFS\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "xfsncheck [ -i ino ] ... [ -f ] [ -s ] [ -l logdev ] device\nxfsncheck -V\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "xfsncheck  with no -i arguments generates an inode number and pathname\nlist of all files on the given filesystem. Names of directory files are\nfollowed by /..  The output is not sorted in any particular order.  The\nfilesystem to be examined is specified by the  device  argument,  which\nshould  be  the  disk or volume device for the filesystem.  Filesystems\nstored in files can also be checked, using the -f flag.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "-f       Specifies that the filesystem image to be processed is  stored\nin a regular file at device (see the mkfs.xfs -d file option).\nThis might happen if an image copy of a  filesystem  has  been\nmade into an ordinary file.\n\n-l logdev\nSpecifies  the  device where the filesystem's external log re-\nsides.  Only for those filesystems which use an external  log.\nSee the mkfs.xfs -l option, and refer to xfs(5) for a detailed\ndescription of the XFS log.\n\n-s       Limits the report to special files and  files  with  setuserid\nmode.   This  option may be used to detect violations of secu-\nrity policy.\n\n-i ino   Limits the report to only those files whose inode numbers fol-\nlow.   May  be  given  multiple times to select multiple inode\nnumbers.\n\n-V       Prints the version number and exits.\n\nIf the filesystem is seriously corrupted, or very busy and  looks  like\nit  is  corrupt,  a  message of the form that would be generated by the\nxfsdb(8) \"check\" command may appear.\n\nxfsncheck is only useful with XFS filesystems.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "mkfs.xfs(8), xfs(5).\n\nxfsncheck(8)",
                "subsections": []
            }
        }
    }
}