System Grab Bag

View all TLDR pages from Linux (or from all pages)

findmnt

Find your filesystem. More information: https://manned.org/findmnt.
  • 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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.