get_mount_options
Retrieve mount options (rw/ro, noexec, etc.) for any mount point. Filters by exact target, read-only via findmnt, essential for auditing filesystem mount flags.
Instructions
Returns mount sources, targets, filesystem types, and options via findmnt. mount_point filters to an exact target. Read-only; fatal if findmnt is missing. Use for mount flags (rw/ro, noexec, etc.); get_disk_info for usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mount_point | No | optional mount point filter (e.g. '/') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | ||
| mounts | Yes |