System and processes
The findmnt command
Shows mounted filesystems as a tree, indicating which device is at each mount point.
Syntax
findmnt [punto]Most useful options
-lList format instead of tree-tFilters by filesystem typeCopy-ready examples
$ findmntMount treeYou can try them in the browser terminal: it does not touch your computer.
Typical mistakes
- findmnt reads the real mount table; if something is not mounted, it does not appear.
FAQ
How does it differ from df?
df reports free space; findmnt shows the mount structure.
Learn to actually use it
The basic Linux course takes you from zero to console fluency with 24 self-grading lessons.
Start the free course