mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 21:38:16 +01:00
24 lines
301 B
Markdown
24 lines
301 B
Markdown
|
# 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}}`
|