mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:02:09 +02:00
commit
7815680121
1 changed files with 23 additions and 0 deletions
23
linux/findmnt.md
Normal file
23
linux/findmnt.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue