Skip to content

Latest commit

History

History
23 lines (12 loc) 路 307 Bytes

findmnt.md

File metadata and controls

23 lines (12 loc) 路 307 Bytes

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}}