1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

Merge pull request #135 from felixonmars/findmnt

add findmnt.md
This commit is contained in:
Romain Prieto 2014-03-02 18:12:13 +11:00
commit 7815680121

23
linux/findmnt.md Normal file
View 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}}`