TLDR
Enter a command. For example: module, lspci, mkfs.vfat, fatlabel.

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

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.