mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
1f6123fac1
Get mounts
16 lines
243 B
Markdown
16 lines
243 B
Markdown
# Get mounts
|
|
|
|
Shows system mounted devices and filesystems (not process specific).
|
|
|
|
### Support
|
|
macOS, Linux
|
|
|
|
### Query
|
|
```sql
|
|
SELECT device, device_alias, path, type, blocks_size FROM mounts;
|
|
```
|
|
### Purpose
|
|
Informational
|
|
|
|
### Remediation
|
|
N/A |