findmnt
Find your filesystem.
- List all mounted filesystems:
findmnt
- Search for a device:
findmnt {/dev/sdb1}
- Search for a mountpoint:
findmnt {/}
- Find filesystems in specific type:
findmnt -t {ext4}
- Find filesystems with specific label:
findmnt LABEL={BigStorage}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).