{
    "content": [
        {
            "type": "text",
            "text": "# findmnt(8) (man)\n\n**Summary:** findmnt - find a filesystem\n\n**Synopsis:** findmnt [options]\nfindmnt [options] device|mountpoint\nfindmnt [options] [--source] device [--target path|--mountpoint mountpoint]\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| -A | --all | — | Disable all built-in filters and print all filesystems. |\n| -a | --ascii | — | Use ascii characters for tree formatting. |\n| -b | --bytes | — | Print the SIZE, USED and AVAIL columns in bytes rather than in a human-readable format. |\n| -C | --nocanonicalize | — | Do not canonicalize paths at all. This option affects the comparing of paths and the evaluation of tags (LABEL, UUID, et |\n| -c | --canonicalize | — | Canonicalize all printed paths. |\n| -D | --df | — | Imitate the output of df(1). This option is equivalent to -o SOURCE,FSTYPE,SIZE,USED,AVAIL,USE%,TARGET but excludes all  |\n| -d | --direction | — | The search direction, either forward or backward. |\n| -e | --evaluate | — | Convert all tags (LABEL, UUID, PARTUUID or PARTLABEL) to the corresponding device names. |\n| -F | --tab-file | — | Search in an alternative file. If used with --fstab, --mtab or --kernel, then it overrides the default paths. If specifi |\n| -f | --first-only | — | Print the first matching filesystem only. |\n| -h | --help | — | Display help text and exit. |\n| -i | --invert | — | Invert the sense of matching. |\n| -J | --json | — | Use JSON output format. |\n| -k | --kernel | — | Search in /proc/self/mountinfo. The output is in the tree-like format. This is the default. The output contains only mou |\n| -l | --list | — | Use the list output format. This output format is automatically enabled if the output is restricted by the -t, -O, -S or |\n| -M | --mountpoint | — | Explicitly define the mountpoint file or directory. See also --target. |\n| -m | --mtab | — | Search in /etc/mtab. The output is in the list format by default (see --tree). The output may include user space mount o |\n| -N | --task | — | Use alternative namespace /proc/<tid>/mountinfo rather than the default /proc/self/mountinfo. If the option is specified |\n| -n | --noheadings | — | Do not print a header line. |\n| -O | --options | — | Limit the set of printed filesystems. More than one option may be specified in a comma-separated list. The -t and -O opt |\n| -o | --output | — | Define output columns. See the --help output to get a list of the currently supported columns. The TARGET column contain |\n| — | --output-all | — | Output almost all available columns. The columns that require --poll are not included. |\n| -P | --pairs | — | Produce output in the form of key=\"value\" pairs. All potentially unsafe value characters are hex-escaped (\\x<code>). |\n| -p | --poll | — | Monitor changes in the /proc/self/mountinfo file. Supported actions are: mount, umount, remount and move. More than one  |\n| — | --pseudo | — | Print only pseudo filesystems. |\n| — | --shadow | — | Print only filesystems over-mounted by another filesystem. |\n| -R | --submounts | — | Print recursively all submounts for the selected filesystems. The restrictions defined by options -t, -O, -S, -T and --d |\n| -r | --raw | — | Use raw output format. All potentially unsafe characters are hex-escaped (\\x<code>). |\n| — | --real | — | Print only real filesystems. |\n| -S | --source | — | Explicitly define the mount source. Supported specifications are device, maj:min, LABEL=label, UUID=uuid, PARTLABEL=labe |\n| -s | --fstab | — | Search in /etc/fstab. The output is in the list format (see --list). |\n| -T | --target | — | Define the mount target. If path is not a mountpoint file or directory, then findmnt checks the path elements in reverse |\n| -t | --types | — | Limit the set of printed filesystems. More than one type may be specified in a comma-separated list. The list of filesys |\n| — | --tree | — | Enable tree-like output if possible. The options is silently ignored for tables where is missing child-parent relation ( |\n| — | --shadowed | — | Print only filesystems over-mounted by another filesystem. |\n| -U | --uniq | — | Ignore filesystems with duplicate mount targets, thus effectively skipping over-mounted mount points. |\n| -u | --notruncate | — | Do not truncate text in columns. The default is to not truncate the TARGET, SOURCE, UUID, LABEL, PARTUUID, PARTLABEL col |\n| -v | --nofsroot | — | Do not print a [/dir] in the SOURCE column for bind mounts or btrfs subvolumes. |\n| -w | --timeout | — | Specify an upper limit on the time for which --poll will block, in milliseconds. |\n| -x | --verify | — | Check mount table content. The default is to verify /etc/fstab parsability and usability. It’s possible to use this opti |\n| — | --verbose | — | Force findmnt to print more information (--verify only for now). |\n| — | --vfs-all | — | When used with VFS-OPTIONS column, print all VFS (fs-independent) flags. This option is designed for auditing purposes t |\n\n## Examples\n\n- `Prints all NFS filesystems defined in /etc/fstab.`\n- `Prints all /etc/fstab filesystems where the mountpoint directory is /mnt/foo. It also`\n- `prints bind mounts where /mnt/foo is a source.`\n- `Prints all /etc/fstab filesystems where the mountpoint directory is /mnt/foo.`\n- `Prints all /etc/fstab filesystems and converts LABEL= and UUID= tags to the real device`\n- `names.`\n- `Prints only the mountpoint where the filesystem with label \"/boot\" is mounted.`\n- `Monitors mount, unmount, remount and move on /mnt/foo.`\n- `Waits for /mnt/foo unmount.`\n- `Monitors remounts to read-only mode on all ext3 filesystems.`\n\n## See Also\n\n- fstab(5)\n- mount(8)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (6 lines)\n- **DESCRIPTION** (14 lines)\n- **OPTIONS** (1 lines) — 42 subsections\n  - -A --all (2 lines)\n  - -a --ascii (2 lines)\n  - -b --bytes (2 lines)\n  - -C --nocanonicalize (3 lines)\n  - -c --canonicalize (2 lines)\n  - -D --df (4 lines)\n  - -d --direction (2 lines)\n  - -e --evaluate (2 lines)\n  - -F --tab-file (4 lines)\n  - -f --first-only (2 lines)\n  - -h --help (2 lines)\n  - -i --invert (2 lines)\n  - -J --json (2 lines)\n  - -k --kernel (3 lines)\n  - -l --list (4 lines)\n  - -M --mountpoint (2 lines)\n  - -m --mtab (3 lines)\n  - -N --task (4 lines)\n  - -n --noheadings (2 lines)\n  - -O --options (6 lines)\n  - -o --output (7 lines)\n  - --output-all (2 lines)\n  - -P --pairs (3 lines)\n  - -p --poll (20 lines)\n  - --pseudo (2 lines)\n  - --shadow (2 lines)\n  - -R --submounts (5 lines)\n  - -r --raw (2 lines)\n  - --real (2 lines)\n  - -S --source (3 lines)\n  - -s --fstab (2 lines)\n  - -T --target (6 lines)\n  - -t --types (4 lines)\n  - --tree (3 lines)\n  - --shadowed (2 lines)\n  - -U --uniq (3 lines)\n  - -u --notruncate (4 lines)\n  - -v --nofsroot (2 lines)\n  - -w --timeout (2 lines)\n  - -x --verify (5 lines)\n  - --verbose (2 lines)\n  - --vfs-all (4 lines)\n- **ENVIRONMENT** (15 lines)\n- **EXAMPLES** (1 lines) — 8 subsections\n  - findmnt --fstab -t nfs (2 lines)\n  - findmnt --fstab /mnt/foo (3 lines)\n  - findmnt --fstab --target /mnt/foo (2 lines)\n  - findmnt --fstab --evaluate (3 lines)\n  - findmnt -n --raw --evaluate --output=target LABEL=/boot (2 lines)\n  - findmnt --poll --mountpoint /mnt/foo (2 lines)\n  - findmnt --poll=umount --first-only --mountpoint /mnt/foo (2 lines)\n  - findmnt --poll=remount -t ext3 -O ro (2 lines)\n- **AUTHORS** (2 lines)\n- **SEE ALSO** (2 lines)\n- **REPORTING BUGS** (2 lines)\n- **AVAILABILITY** (6 lines)\n\n## Full Content\n\n### NAME\n\nfindmnt - find a filesystem\n\n### SYNOPSIS\n\nfindmnt [options]\n\nfindmnt [options] device|mountpoint\n\nfindmnt [options] [--source] device [--target path|--mountpoint mountpoint]\n\n### DESCRIPTION\n\nfindmnt will list all mounted filesystems or search for a filesystem. The findmnt command is\nable to search in /etc/fstab, /etc/mtab or /proc/self/mountinfo. If device or mountpoint is\nnot given, all filesystems are shown.\n\nThe device may be specified by device name, major:minor numbers, filesystem label or UUID, or\npartition label or UUID. Note that findmnt follows mount(8) behavior where a device name may\nbe interpreted as a mountpoint (and vice versa) if the --target, --mountpoint or --source\noptions are not specified.\n\nThe command-line option --target accepts any file or directory and then findmnt displays the\nfilesystem for the given path.\n\nThe command prints all mounted filesystems in the tree-like format by default.\n\n### OPTIONS\n\n#### -A --all\n\nDisable all built-in filters and print all filesystems.\n\n#### -a --ascii\n\nUse ascii characters for tree formatting.\n\n#### -b --bytes\n\nPrint the SIZE, USED and AVAIL columns in bytes rather than in a human-readable format.\n\n#### -C --nocanonicalize\n\nDo not canonicalize paths at all. This option affects the comparing of paths and the\nevaluation of tags (LABEL, UUID, etc.).\n\n#### -c --canonicalize\n\nCanonicalize all printed paths.\n\n#### -D --df\n\nImitate the output of df(1). This option is equivalent to -o\nSOURCE,FSTYPE,SIZE,USED,AVAIL,USE%,TARGET but excludes all pseudo filesystems. Use --all\nto print all filesystems.\n\n#### -d --direction\n\nThe search direction, either forward or backward.\n\n#### -e --evaluate\n\nConvert all tags (LABEL, UUID, PARTUUID or PARTLABEL) to the corresponding device names.\n\n#### -F --tab-file\n\nSearch in an alternative file. If used with --fstab, --mtab or --kernel, then it\noverrides the default paths. If specified more than once, then tree-like output is\ndisabled (see the --list option).\n\n#### -f --first-only\n\nPrint the first matching filesystem only.\n\n#### -h --help\n\nDisplay help text and exit.\n\n#### -i --invert\n\nInvert the sense of matching.\n\n#### -J --json\n\nUse JSON output format.\n\n#### -k --kernel\n\nSearch in /proc/self/mountinfo. The output is in the tree-like format. This is the\ndefault. The output contains only mount options maintained by kernel (see also --mtab).\n\n#### -l --list\n\nUse the list output format. This output format is automatically enabled if the output is\nrestricted by the -t, -O, -S or -T option and the option --submounts is not used or if\nmore that one source file (the option -F) is specified.\n\n#### -M --mountpoint\n\nExplicitly define the mountpoint file or directory. See also --target.\n\n#### -m --mtab\n\nSearch in /etc/mtab. The output is in the list format by default (see --tree). The output\nmay include user space mount options.\n\n#### -N --task\n\nUse alternative namespace /proc/<tid>/mountinfo rather than the default\n/proc/self/mountinfo. If the option is specified more than once, then tree-like output is\ndisabled (see the --list option). See also the unshare(1) command.\n\n#### -n --noheadings\n\nDo not print a header line.\n\n#### -O --options\n\nLimit the set of printed filesystems. More than one option may be specified in a\ncomma-separated list. The -t and -O options are cumulative in effect. It is different\nfrom -t in that each option is matched exactly; a leading no at the beginning does not\nhave global meaning. The \"no\" can used for individual items in the list. The \"no\" prefix\ninterpretation can be disabled by \"+\" prefix.\n\n#### -o --output\n\nDefine output columns. See the --help output to get a list of the currently supported\ncolumns. The TARGET column contains tree formatting if the --list or --raw options are\nnot specified.\n\nThe default list of columns may be extended if list is specified in the format +list\n(e.g., findmnt -o +PROPAGATION).\n\n#### --output-all\n\nOutput almost all available columns. The columns that require --poll are not included.\n\n#### -P --pairs\n\nProduce output in the form of key=\"value\" pairs. All potentially unsafe value characters\nare hex-escaped (\\x<code>).\n\n#### -p --poll\n\nMonitor changes in the /proc/self/mountinfo file. Supported actions are: mount, umount,\nremount and move. More than one action may be specified in a comma-separated list. All\nactions are monitored by default.\n\nThe time for which --poll will block can be restricted with the --timeout or --first-only\noptions.\n\nThe standard columns always use the new version of the information from the mountinfo\nfile, except the umount action which is based on the original information cached by\nfindmnt. The poll mode allows using extra columns:\n\nACTION\nmount, umount, move or remount action name; this column is enabled by default\n\nOLD-TARGET\navailable for umount and move actions\n\nOLD-OPTIONS\navailable for umount and remount actions\n\n#### --pseudo\n\nPrint only pseudo filesystems.\n\n#### --shadow\n\nPrint only filesystems over-mounted by another filesystem.\n\n#### -R --submounts\n\nPrint recursively all submounts for the selected filesystems. The restrictions defined by\noptions -t, -O, -S, -T and --direction are not applied to submounts. All submounts are\nalways printed in tree-like order. The option enables the tree-like output format by\ndefault. This option has no effect for --mtab or --fstab.\n\n#### -r --raw\n\nUse raw output format. All potentially unsafe characters are hex-escaped (\\x<code>).\n\n#### --real\n\nPrint only real filesystems.\n\n#### -S --source\n\nExplicitly define the mount source. Supported specifications are device, maj:min,\nLABEL=label, UUID=uuid, PARTLABEL=label and PARTUUID=uuid.\n\n#### -s --fstab\n\nSearch in /etc/fstab. The output is in the list format (see --list).\n\n#### -T --target\n\nDefine the mount target. If path is not a mountpoint file or directory, then findmnt\nchecks the path elements in reverse order to get the mountpoint (this feature is\nsupported only when searching in kernel files and unsupported for --fstab). It’s\nrecommended to use the option --mountpoint when checks of path elements are unwanted and\npath is a strictly specified mountpoint.\n\n#### -t --types\n\nLimit the set of printed filesystems. More than one type may be specified in a\ncomma-separated list. The list of filesystem types can be prefixed with no to specify the\nfilesystem types on which no action should be taken. For more details see mount(8).\n\n#### --tree\n\nEnable tree-like output if possible. The options is silently ignored for tables where is\nmissing child-parent relation (e.g., fstab).\n\n#### --shadowed\n\nPrint only filesystems over-mounted by another filesystem.\n\n#### -U --uniq\n\nIgnore filesystems with duplicate mount targets, thus effectively skipping over-mounted\nmount points.\n\n#### -u --notruncate\n\nDo not truncate text in columns. The default is to not truncate the TARGET, SOURCE, UUID,\nLABEL, PARTUUID, PARTLABEL columns. This option disables text truncation also in all\nother columns.\n\n#### -v --nofsroot\n\nDo not print a [/dir] in the SOURCE column for bind mounts or btrfs subvolumes.\n\n#### -w --timeout\n\nSpecify an upper limit on the time for which --poll will block, in milliseconds.\n\n#### -x --verify\n\nCheck mount table content. The default is to verify /etc/fstab parsability and usability.\nIt’s possible to use this option also with --tab-file. It’s possible to specify source\n(device) or target (mountpoint) to filter mount table. The option --verbose forces\nfindmnt to print more details.\n\n#### --verbose\n\nForce findmnt to print more information (--verify only for now).\n\n#### --vfs-all\n\nWhen used with VFS-OPTIONS column, print all VFS (fs-independent) flags. This option is\ndesigned for auditing purposes to list also default VFS kernel mount options which are\nnormally not listed.\n\n### ENVIRONMENT\n\nLIBMOUNTFSTAB=<path>\noverrides the default location of the fstab file\n\nLIBMOUNTMTAB=<path>\noverrides the default location of the mtab file\n\nLIBMOUNTDEBUG=all\nenables libmount debug output\n\nLIBSMARTCOLSDEBUG=all\nenables libsmartcols debug output\n\nLIBSMARTCOLSDEBUGPADDING=on\nuse visible padding characters.\n\n### EXAMPLES\n\n#### findmnt --fstab -t nfs\n\nPrints all NFS filesystems defined in /etc/fstab.\n\n#### findmnt --fstab /mnt/foo\n\nPrints all /etc/fstab filesystems where the mountpoint directory is /mnt/foo. It also\nprints bind mounts where /mnt/foo is a source.\n\n#### findmnt --fstab --target /mnt/foo\n\nPrints all /etc/fstab filesystems where the mountpoint directory is /mnt/foo.\n\n#### findmnt --fstab --evaluate\n\nPrints all /etc/fstab filesystems and converts LABEL= and UUID= tags to the real device\nnames.\n\n#### findmnt -n --raw --evaluate --output=target LABEL=/boot\n\nPrints only the mountpoint where the filesystem with label \"/boot\" is mounted.\n\n#### findmnt --poll --mountpoint /mnt/foo\n\nMonitors mount, unmount, remount and move on /mnt/foo.\n\n#### findmnt --poll=umount --first-only --mountpoint /mnt/foo\n\nWaits for /mnt/foo unmount.\n\n#### findmnt --poll=remount -t ext3 -O ro\n\nMonitors remounts to read-only mode on all ext3 filesystems.\n\n### AUTHORS\n\nKarel Zak <kzak@redhat.com>\n\n### SEE ALSO\n\nfstab(5), mount(8)\n\n### REPORTING BUGS\n\nFor bug reports, use the issue tracker at https://github.com/karelzak/util-linux/issues.\n\n### AVAILABILITY\n\nThe findmnt 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                            2026-03-06                                   FINDMNT(8)\n\n"
        }
    ],
    "structuredContent": {
        "command": "findmnt",
        "section": "8",
        "mode": "man",
        "summary": "findmnt - find a filesystem",
        "synopsis": "findmnt [options]\nfindmnt [options] device|mountpoint\nfindmnt [options] [--source] device [--target path|--mountpoint mountpoint]",
        "flags": [
            {
                "flag": "-A",
                "long": "--all",
                "arg": null,
                "description": "Disable all built-in filters and print all filesystems."
            },
            {
                "flag": "-a",
                "long": "--ascii",
                "arg": null,
                "description": "Use ascii characters for tree formatting."
            },
            {
                "flag": "-b",
                "long": "--bytes",
                "arg": null,
                "description": "Print the SIZE, USED and AVAIL columns in bytes rather than in a human-readable format."
            },
            {
                "flag": "-C",
                "long": "--nocanonicalize",
                "arg": null,
                "description": "Do not canonicalize paths at all. This option affects the comparing of paths and the evaluation of tags (LABEL, UUID, etc.)."
            },
            {
                "flag": "-c",
                "long": "--canonicalize",
                "arg": null,
                "description": "Canonicalize all printed paths."
            },
            {
                "flag": "-D",
                "long": "--df",
                "arg": null,
                "description": "Imitate the output of df(1). This option is equivalent to -o SOURCE,FSTYPE,SIZE,USED,AVAIL,USE%,TARGET but excludes all pseudo filesystems. Use --all to print all filesystems."
            },
            {
                "flag": "-d",
                "long": "--direction",
                "arg": null,
                "description": "The search direction, either forward or backward."
            },
            {
                "flag": "-e",
                "long": "--evaluate",
                "arg": null,
                "description": "Convert all tags (LABEL, UUID, PARTUUID or PARTLABEL) to the corresponding device names."
            },
            {
                "flag": "-F",
                "long": "--tab-file",
                "arg": null,
                "description": "Search in an alternative file. If used with --fstab, --mtab or --kernel, then it overrides the default paths. If specified more than once, then tree-like output is disabled (see the --list option)."
            },
            {
                "flag": "-f",
                "long": "--first-only",
                "arg": null,
                "description": "Print the first matching filesystem only."
            },
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "Display help text and exit."
            },
            {
                "flag": "-i",
                "long": "--invert",
                "arg": null,
                "description": "Invert the sense of matching."
            },
            {
                "flag": "-J",
                "long": "--json",
                "arg": null,
                "description": "Use JSON output format."
            },
            {
                "flag": "-k",
                "long": "--kernel",
                "arg": null,
                "description": "Search in /proc/self/mountinfo. The output is in the tree-like format. This is the default. The output contains only mount options maintained by kernel (see also --mtab)."
            },
            {
                "flag": "-l",
                "long": "--list",
                "arg": null,
                "description": "Use the list output format. This output format is automatically enabled if the output is restricted by the -t, -O, -S or -T option and the option --submounts is not used or if more that one source file (the option -F) is specified."
            },
            {
                "flag": "-M",
                "long": "--mountpoint",
                "arg": null,
                "description": "Explicitly define the mountpoint file or directory. See also --target."
            },
            {
                "flag": "-m",
                "long": "--mtab",
                "arg": null,
                "description": "Search in /etc/mtab. The output is in the list format by default (see --tree). The output may include user space mount options."
            },
            {
                "flag": "-N",
                "long": "--task",
                "arg": null,
                "description": "Use alternative namespace /proc/<tid>/mountinfo rather than the default /proc/self/mountinfo. If the option is specified more than once, then tree-like output is disabled (see the --list option). See also the unshare(1) command."
            },
            {
                "flag": "-n",
                "long": "--noheadings",
                "arg": null,
                "description": "Do not print a header line."
            },
            {
                "flag": "-O",
                "long": "--options",
                "arg": null,
                "description": "Limit the set of printed filesystems. More than one option may be specified in a comma-separated list. The -t and -O options are cumulative in effect. It is different from -t in that each option is matched exactly; a leading no at the beginning does not have global meaning. The \"no\" can used for individual items in the list. The \"no\" prefix interpretation can be disabled by \"+\" prefix."
            },
            {
                "flag": "-o",
                "long": "--output",
                "arg": null,
                "description": "Define output columns. See the --help output to get a list of the currently supported columns. The TARGET column contains tree formatting if the --list or --raw options are not specified. The default list of columns may be extended if list is specified in the format +list (e.g., findmnt -o +PROPAGATION)."
            },
            {
                "flag": "",
                "long": "--output-all",
                "arg": null,
                "description": "Output almost all available columns. The columns that require --poll are not included."
            },
            {
                "flag": "-P",
                "long": "--pairs",
                "arg": null,
                "description": "Produce output in the form of key=\"value\" pairs. All potentially unsafe value characters are hex-escaped (\\x<code>)."
            },
            {
                "flag": "-p",
                "long": "--poll",
                "arg": null,
                "description": "Monitor changes in the /proc/self/mountinfo file. Supported actions are: mount, umount, remount and move. More than one action may be specified in a comma-separated list. All actions are monitored by default. The time for which --poll will block can be restricted with the --timeout or --first-only options. The standard columns always use the new version of the information from the mountinfo file, except the umount action which is based on the original information cached by findmnt. The poll mode allows using extra columns: ACTION mount, umount, move or remount action name; this column is enabled by default OLD-TARGET available for umount and move actions OLD-OPTIONS available for umount and remount actions"
            },
            {
                "flag": "",
                "long": "--pseudo",
                "arg": null,
                "description": "Print only pseudo filesystems."
            },
            {
                "flag": "",
                "long": "--shadow",
                "arg": null,
                "description": "Print only filesystems over-mounted by another filesystem."
            },
            {
                "flag": "-R",
                "long": "--submounts",
                "arg": null,
                "description": "Print recursively all submounts for the selected filesystems. The restrictions defined by options -t, -O, -S, -T and --direction are not applied to submounts. All submounts are always printed in tree-like order. The option enables the tree-like output format by default. This option has no effect for --mtab or --fstab."
            },
            {
                "flag": "-r",
                "long": "--raw",
                "arg": null,
                "description": "Use raw output format. All potentially unsafe characters are hex-escaped (\\x<code>)."
            },
            {
                "flag": "",
                "long": "--real",
                "arg": null,
                "description": "Print only real filesystems."
            },
            {
                "flag": "-S",
                "long": "--source",
                "arg": null,
                "description": "Explicitly define the mount source. Supported specifications are device, maj:min, LABEL=label, UUID=uuid, PARTLABEL=label and PARTUUID=uuid."
            },
            {
                "flag": "-s",
                "long": "--fstab",
                "arg": null,
                "description": "Search in /etc/fstab. The output is in the list format (see --list)."
            },
            {
                "flag": "-T",
                "long": "--target",
                "arg": null,
                "description": "Define the mount target. If path is not a mountpoint file or directory, then findmnt checks the path elements in reverse order to get the mountpoint (this feature is supported only when searching in kernel files and unsupported for --fstab). It’s recommended to use the option --mountpoint when checks of path elements are unwanted and path is a strictly specified mountpoint."
            },
            {
                "flag": "-t",
                "long": "--types",
                "arg": null,
                "description": "Limit the set of printed filesystems. More than one type may be specified in a comma-separated list. The list of filesystem types can be prefixed with no to specify the filesystem types on which no action should be taken. For more details see mount(8)."
            },
            {
                "flag": "",
                "long": "--tree",
                "arg": null,
                "description": "Enable tree-like output if possible. The options is silently ignored for tables where is missing child-parent relation (e.g., fstab)."
            },
            {
                "flag": "",
                "long": "--shadowed",
                "arg": null,
                "description": "Print only filesystems over-mounted by another filesystem."
            },
            {
                "flag": "-U",
                "long": "--uniq",
                "arg": null,
                "description": "Ignore filesystems with duplicate mount targets, thus effectively skipping over-mounted mount points."
            },
            {
                "flag": "-u",
                "long": "--notruncate",
                "arg": null,
                "description": "Do not truncate text in columns. The default is to not truncate the TARGET, SOURCE, UUID, LABEL, PARTUUID, PARTLABEL columns. This option disables text truncation also in all other columns."
            },
            {
                "flag": "-v",
                "long": "--nofsroot",
                "arg": null,
                "description": "Do not print a [/dir] in the SOURCE column for bind mounts or btrfs subvolumes."
            },
            {
                "flag": "-w",
                "long": "--timeout",
                "arg": null,
                "description": "Specify an upper limit on the time for which --poll will block, in milliseconds."
            },
            {
                "flag": "-x",
                "long": "--verify",
                "arg": null,
                "description": "Check mount table content. The default is to verify /etc/fstab parsability and usability. It’s possible to use this option also with --tab-file. It’s possible to specify source (device) or target (mountpoint) to filter mount table. The option --verbose forces findmnt to print more details."
            },
            {
                "flag": "",
                "long": "--verbose",
                "arg": null,
                "description": "Force findmnt to print more information (--verify only for now)."
            },
            {
                "flag": "",
                "long": "--vfs-all",
                "arg": null,
                "description": "When used with VFS-OPTIONS column, print all VFS (fs-independent) flags. This option is designed for auditing purposes to list also default VFS kernel mount options which are normally not listed."
            }
        ],
        "examples": [
            "Prints all NFS filesystems defined in /etc/fstab.",
            "Prints all /etc/fstab filesystems where the mountpoint directory is /mnt/foo. It also",
            "prints bind mounts where /mnt/foo is a source.",
            "Prints all /etc/fstab filesystems where the mountpoint directory is /mnt/foo.",
            "Prints all /etc/fstab filesystems and converts LABEL= and UUID= tags to the real device",
            "names.",
            "Prints only the mountpoint where the filesystem with label \"/boot\" is mounted.",
            "Monitors mount, unmount, remount and move on /mnt/foo.",
            "Waits for /mnt/foo unmount.",
            "Monitors remounts to read-only mode on all ext3 filesystems."
        ],
        "see_also": [
            {
                "name": "fstab",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/fstab/5/json"
            },
            {
                "name": "mount",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/mount/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 14,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-A --all",
                        "lines": 2,
                        "flag": "-A",
                        "long": "--all"
                    },
                    {
                        "name": "-a --ascii",
                        "lines": 2,
                        "flag": "-a",
                        "long": "--ascii"
                    },
                    {
                        "name": "-b --bytes",
                        "lines": 2,
                        "flag": "-b",
                        "long": "--bytes"
                    },
                    {
                        "name": "-C --nocanonicalize",
                        "lines": 3,
                        "flag": "-C",
                        "long": "--nocanonicalize"
                    },
                    {
                        "name": "-c --canonicalize",
                        "lines": 2,
                        "flag": "-c",
                        "long": "--canonicalize"
                    },
                    {
                        "name": "-D --df",
                        "lines": 4,
                        "flag": "-D",
                        "long": "--df"
                    },
                    {
                        "name": "-d --direction",
                        "lines": 2,
                        "flag": "-d",
                        "long": "--direction"
                    },
                    {
                        "name": "-e --evaluate",
                        "lines": 2,
                        "flag": "-e",
                        "long": "--evaluate"
                    },
                    {
                        "name": "-F --tab-file",
                        "lines": 4,
                        "flag": "-F",
                        "long": "--tab-file"
                    },
                    {
                        "name": "-f --first-only",
                        "lines": 2,
                        "flag": "-f",
                        "long": "--first-only"
                    },
                    {
                        "name": "-h --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-i --invert",
                        "lines": 2,
                        "flag": "-i",
                        "long": "--invert"
                    },
                    {
                        "name": "-J --json",
                        "lines": 2,
                        "flag": "-J",
                        "long": "--json"
                    },
                    {
                        "name": "-k --kernel",
                        "lines": 3,
                        "flag": "-k",
                        "long": "--kernel"
                    },
                    {
                        "name": "-l --list",
                        "lines": 4,
                        "flag": "-l",
                        "long": "--list"
                    },
                    {
                        "name": "-M --mountpoint",
                        "lines": 2,
                        "flag": "-M",
                        "long": "--mountpoint"
                    },
                    {
                        "name": "-m --mtab",
                        "lines": 3,
                        "flag": "-m",
                        "long": "--mtab"
                    },
                    {
                        "name": "-N --task",
                        "lines": 4,
                        "flag": "-N",
                        "long": "--task"
                    },
                    {
                        "name": "-n --noheadings",
                        "lines": 2,
                        "flag": "-n",
                        "long": "--noheadings"
                    },
                    {
                        "name": "-O --options",
                        "lines": 6,
                        "flag": "-O",
                        "long": "--options"
                    },
                    {
                        "name": "-o --output",
                        "lines": 7,
                        "flag": "-o",
                        "long": "--output"
                    },
                    {
                        "name": "--output-all",
                        "lines": 2,
                        "long": "--output-all"
                    },
                    {
                        "name": "-P --pairs",
                        "lines": 3,
                        "flag": "-P",
                        "long": "--pairs"
                    },
                    {
                        "name": "-p --poll",
                        "lines": 20,
                        "flag": "-p",
                        "long": "--poll"
                    },
                    {
                        "name": "--pseudo",
                        "lines": 2,
                        "long": "--pseudo"
                    },
                    {
                        "name": "--shadow",
                        "lines": 2,
                        "long": "--shadow"
                    },
                    {
                        "name": "-R --submounts",
                        "lines": 5,
                        "flag": "-R",
                        "long": "--submounts"
                    },
                    {
                        "name": "-r --raw",
                        "lines": 2,
                        "flag": "-r",
                        "long": "--raw"
                    },
                    {
                        "name": "--real",
                        "lines": 2,
                        "long": "--real"
                    },
                    {
                        "name": "-S --source",
                        "lines": 3,
                        "flag": "-S",
                        "long": "--source"
                    },
                    {
                        "name": "-s --fstab",
                        "lines": 2,
                        "flag": "-s",
                        "long": "--fstab"
                    },
                    {
                        "name": "-T --target",
                        "lines": 6,
                        "flag": "-T",
                        "long": "--target"
                    },
                    {
                        "name": "-t --types",
                        "lines": 4,
                        "flag": "-t",
                        "long": "--types"
                    },
                    {
                        "name": "--tree",
                        "lines": 3,
                        "long": "--tree"
                    },
                    {
                        "name": "--shadowed",
                        "lines": 2,
                        "long": "--shadowed"
                    },
                    {
                        "name": "-U --uniq",
                        "lines": 3,
                        "flag": "-U",
                        "long": "--uniq"
                    },
                    {
                        "name": "-u --notruncate",
                        "lines": 4,
                        "flag": "-u",
                        "long": "--notruncate"
                    },
                    {
                        "name": "-v --nofsroot",
                        "lines": 2,
                        "flag": "-v",
                        "long": "--nofsroot"
                    },
                    {
                        "name": "-w --timeout",
                        "lines": 2,
                        "flag": "-w",
                        "long": "--timeout"
                    },
                    {
                        "name": "-x --verify",
                        "lines": 5,
                        "flag": "-x",
                        "long": "--verify"
                    },
                    {
                        "name": "--verbose",
                        "lines": 2,
                        "long": "--verbose"
                    },
                    {
                        "name": "--vfs-all",
                        "lines": 4,
                        "long": "--vfs-all"
                    }
                ]
            },
            {
                "name": "ENVIRONMENT",
                "lines": 15,
                "subsections": []
            },
            {
                "name": "EXAMPLES",
                "lines": 1,
                "subsections": [
                    {
                        "name": "findmnt --fstab -t nfs",
                        "lines": 2
                    },
                    {
                        "name": "findmnt --fstab /mnt/foo",
                        "lines": 3
                    },
                    {
                        "name": "findmnt --fstab --target /mnt/foo",
                        "lines": 2
                    },
                    {
                        "name": "findmnt --fstab --evaluate",
                        "lines": 3
                    },
                    {
                        "name": "findmnt -n --raw --evaluate --output=target LABEL=/boot",
                        "lines": 2
                    },
                    {
                        "name": "findmnt --poll --mountpoint /mnt/foo",
                        "lines": 2
                    },
                    {
                        "name": "findmnt --poll=umount --first-only --mountpoint /mnt/foo",
                        "lines": 2
                    },
                    {
                        "name": "findmnt --poll=remount -t ext3 -O ro",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "AUTHORS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "REPORTING BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AVAILABILITY",
                "lines": 6,
                "subsections": []
            }
        ]
    }
}