{
    "content": [
        {
            "type": "text",
            "text": "# ntfsinfo(8) (man)\n\n**Summary:** ntfsinfo - dump a file's attributes\n\n**Synopsis:** ntfsinfo [options] device\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| -F | --file | — | Show information about this file |\n| -f | --force | — | This will override some sensible defaults, such as not overwriting an existing file. Use this option with caution. |\n| -h | --help | — | Show a list of options with a brief description of each one. |\n| -i | --inode | — | Show information about this inode. |\n| -m | --mft | — | Show information about the volume. |\n| -q | --quiet | — | Produce less output. |\n| -t | --notime | — | Do not display timestamps in the output. |\n| -v | --verbose | — | Increase the amount of output that ntfsinfo prints. |\n| -V | --version | — | Show the version number, copyright and license. |\n\n## See Also\n\n- ntfsprogs(8)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (4 lines)\n- **OPTIONS** (6 lines) — 9 subsections\n  - -F --file (2 lines)\n  - -f --force (3 lines)\n  - -h --help (2 lines)\n  - -i --inode (2 lines)\n  - -m --mft (2 lines)\n  - -q --quiet (2 lines)\n  - -t --notime (2 lines)\n  - -v --verbose (2 lines)\n  - -V --version (2 lines)\n- **BUGS** (4 lines)\n- **AUTHORS** (4 lines)\n- **AVAILABILITY** (3 lines)\n- **SEE ALSO** (5 lines)\n\n## Full Content\n\n### NAME\n\nntfsinfo - dump a file's attributes\n\n### SYNOPSIS\n\nntfsinfo [options] device\n\n### DESCRIPTION\n\nntfsinfo  will dump the attributes of inode inode-number or the file path-filename and/or in‐\nformation about the mft ( -m option).  Run ntfsinfo without arguments for a full list of  op‐\ntions.\n\n### OPTIONS\n\nBelow  is  a  summary  of all the options that ntfsinfo accepts.  Nearly all options have two\nequivalent names.  The short name is preceded by - and the long name is preceded by --.   Any\nsingle  letter  options,  that don't take an argument, can be combined into a single command,\ne.g.  -fv is equivalent to -f -v.  Long named options can be abbreviated to any unique prefix\nof their name.\n\n#### -F --file\n\nShow information about this file\n\n#### -f --force\n\nThis  will  override some sensible defaults, such as not overwriting an existing file.\nUse this option with caution.\n\n#### -h --help\n\nShow a list of options with a brief description of each one.\n\n#### -i --inode\n\nShow information about this inode.\n\n#### -m --mft\n\nShow information about the volume.\n\n#### -q --quiet\n\nProduce less output.\n\n#### -t --notime\n\nDo not display timestamps in the output.\n\n#### -v --verbose\n\nIncrease the amount of output that ntfsinfo prints.\n\n#### -V --version\n\nShow the version number, copyright and license.\n\n### BUGS\n\nThere are no known problems with ntfsinfo.  If you find a bug please send an email describing\nthe problem to the development team:\nntfs-3g-devel@lists.sf.net\n\n### AUTHORS\n\nntfsinfo  was  written by Matthew J. Fanto, Anton Altaparmakov, Richard Russon, Szabolcs Sza‐\nkacsits, Yuval Fledel, Yura Pakhuchiy and Cristian Klein.  It was ported to ntfs-3g  by  Erik\nLarsson and Jean-Pierre Andre.\n\n### AVAILABILITY\n\nntfsinfo is part of the ntfs-3g package and is available from:\nhttps://github.com/tuxera/ntfs-3g/wiki/\n\n### SEE ALSO\n\nntfsprogs(8)\n\n\n\nntfs-3g 2021.8.22                            April 2006                                  NTFSINFO(8)\n\n"
        }
    ],
    "structuredContent": {
        "command": "ntfsinfo",
        "section": "8",
        "mode": "man",
        "summary": "ntfsinfo - dump a file's attributes",
        "synopsis": "ntfsinfo [options] device",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-F",
                "long": "--file",
                "arg": null,
                "description": "Show information about this file"
            },
            {
                "flag": "-f",
                "long": "--force",
                "arg": null,
                "description": "This will override some sensible defaults, such as not overwriting an existing file. Use this option with caution."
            },
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "Show a list of options with a brief description of each one."
            },
            {
                "flag": "-i",
                "long": "--inode",
                "arg": null,
                "description": "Show information about this inode."
            },
            {
                "flag": "-m",
                "long": "--mft",
                "arg": null,
                "description": "Show information about the volume."
            },
            {
                "flag": "-q",
                "long": "--quiet",
                "arg": null,
                "description": "Produce less output."
            },
            {
                "flag": "-t",
                "long": "--notime",
                "arg": null,
                "description": "Do not display timestamps in the output."
            },
            {
                "flag": "-v",
                "long": "--verbose",
                "arg": null,
                "description": "Increase the amount of output that ntfsinfo prints."
            },
            {
                "flag": "-V",
                "long": "--version",
                "arg": null,
                "description": "Show the version number, copyright and license."
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "ntfsprogs",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/ntfsprogs/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 6,
                "subsections": [
                    {
                        "name": "-F --file",
                        "lines": 2,
                        "flag": "-F",
                        "long": "--file"
                    },
                    {
                        "name": "-f --force",
                        "lines": 3,
                        "flag": "-f",
                        "long": "--force"
                    },
                    {
                        "name": "-h --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-i --inode",
                        "lines": 2,
                        "flag": "-i",
                        "long": "--inode"
                    },
                    {
                        "name": "-m --mft",
                        "lines": 2,
                        "flag": "-m",
                        "long": "--mft"
                    },
                    {
                        "name": "-q --quiet",
                        "lines": 2,
                        "flag": "-q",
                        "long": "--quiet"
                    },
                    {
                        "name": "-t --notime",
                        "lines": 2,
                        "flag": "-t",
                        "long": "--notime"
                    },
                    {
                        "name": "-v --verbose",
                        "lines": 2,
                        "flag": "-v",
                        "long": "--verbose"
                    },
                    {
                        "name": "-V --version",
                        "lines": 2,
                        "flag": "-V",
                        "long": "--version"
                    }
                ]
            },
            {
                "name": "BUGS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "AVAILABILITY",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}