2019-05-01 07:36:40 -04:00
|
|
|
# mountpoint
|
|
|
|
|
|
|
|
> Test if a directory is a filesystem mountpoint.
|
2021-08-16 07:34:01 -03:00
|
|
|
> More information: <https://manned.org/mountpoint>.
|
2019-05-01 07:36:40 -04:00
|
|
|
|
|
|
|
- Check if a directory is a mountpoint:
|
|
|
|
|
|
|
|
`mountpoint {{path/to/directory}}`
|
|
|
|
|
|
|
|
- Check if a directory is a mountpoint without showing any output:
|
|
|
|
|
2025-03-28 16:06:49 +02:00
|
|
|
`mountpoint {{[-q|--quiet]}} {{path/to/directory}}`
|
2019-05-01 07:36:40 -04:00
|
|
|
|
|
|
|
- Show major/minor numbers of a mountpoint's filesystem:
|
|
|
|
|
2025-03-28 16:06:49 +02:00
|
|
|
`mountpoint {{[-d|--fs-devno]}} {{path/to/directory}}`
|