tldr/linux/findmnt.md

24 lines
301 B
Markdown
Raw Normal View History

2014-02-28 17:03:29 +00:00
# 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}}`