On this page you find all important commands for the CLI tool findmnt. If the
command you are looking for is missing please ask our AI.
findmnt
- The
findmnt
command line tool is used in Linux and Unix-like operating systems to locate mounted filesystems. - It stands for "find mount" and helps users identify the mounted filesystems on their system.
- The command can be used without any arguments to display a list of all currently mounted filesystems.
- It provides detailed information about each mounted filesystem, including the mount point, device, source, file system type, and various other attributes.
- The output of
findmnt
can be customized by specifying different display options, such as filtering by specific filesystem types or devices. - By default, the command presents the information in a tabular format, making it easier for users to read and understand.
- It can also show other relevant information like the optional mount options and the security attributes associated with each filesystem.
- With the help of command-line options, the user can display mount options, search for specific filesystems, specify the output format, and more.
- The
findmnt
command is particularly useful for system administrators who need to manage and troubleshoot mounted filesystems. - Overall,
findmnt
facilitates the exploration and identification of mounted filesystems in a clear and organized manner, aiding in system maintenance and debugging tasks.
List of commands for findmnt:
-
findmnt:tldr:23930 findmnt: Search for a device.$ findmnt ${-dev-sdb1}try on your machineexplain this command
-
findmnt:tldr:33311 findmnt: Find filesystems with specific label.$ findmnt LABEL=${BigStorage}try on your machineexplain this command
-
findmnt:tldr:47551 findmnt: Find filesystems in specific type.$ findmnt -t ${ext4}try on your machineexplain this command
-
findmnt:tldr:6e377 findmnt: List all mounted filesystems.$ findmnttry on your machineexplain this command