disks/mounts
List mounted filesystems showing device, mount point, type, and options. Filter by filesystem type and choose output format like JSON or YAML.
Instructions
Lists mounted filesystems (device, mount point, type, options) - equivalent to mount/findmnt's basic view. Use disks/list for block devices instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fs_type | No | Only include mounts of this filesystem type (e.g. 'ext4', 'overlay', 'tmpfs') | |
| privileged | No | Run as root | |
| output_format | No | Desired output format (e.g. json, yaml, table, wide). Defaults to text |