logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Find Filesystem - Locate Mount Points | Online Free DevTools by Hexmos

Locate filesystems with Findmnt on Linux. Quickly identify mount points and device information. Analyze mount tables effectively. Free online tool, no registration required.

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

See Also