mountpoint
see if a directory is a mountpoint
- Provided by: initscripts (Version: 2.88dsf-41ubuntu6.3)
- Source: sysvinit
- Report a bug
see if a directory is a mountpoint
/bin/mountpoint [-q] [-d]
/path/to/directory
/bin/mountpoint -x /dev/device
Mountpoint checks if the directory is a mountpoint.
Zero if the directory is a mountpoint, non-zero if not.
Symbolic links are not followed, except when the -x option is used. To force following symlinks, add a trailing slash to the path of the directory.
The name of the command is misleading when the -x option is used, but the option is useful for comparing if a directory and a device match up, and there is no other command that can print the info easily.
Miquel van Smoorenburg, miquels@cistron.nl