mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 05:52:22 +00:00
Update cheatsheets
This commit is contained in:
29
linux/findmnt
Normal file
29
linux/findmnt
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user