1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 18:15:49 +02:00
tldr/pages/linux/findmnt.md
2025-08-06 13:55:32 +00:00

493 B

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|--types]}} {{ext4,virtiofs,btrfs,...}}

  • Find filesystems with specific label:

findmnt LABEL={{BigStorage}}

  • Check mount table content in detail and verify /etc/fstab:

findmnt {{[-x|--verify]}} --verbose