2019-05-01 12:36:40 +01:00
|
|
|
# mountpoint
|
|
|
|
|
|
|
|
> Test if a directory is a filesystem mountpoint.
|
2021-08-16 11:34:01 +01:00
|
|
|
> More information: <https://manned.org/mountpoint>.
|
2019-05-01 12:36:40 +01:00
|
|
|
|
|
|
|
- Check if a directory is a mountpoint:
|
|
|
|
|
|
|
|
`mountpoint {{path/to/directory}}`
|
|
|
|
|
|
|
|
- Check if a directory is a mountpoint without showing any output:
|
|
|
|
|
|
|
|
`mountpoint -q {{path/to/directory}}`
|
|
|
|
|
|
|
|
- Show major/minor numbers of a mountpoint's filesystem:
|
|
|
|
|
|
|
|
`mountpoint --fs-devno {{path/to/directory}}`
|