Skip to content

Commit

Permalink
add findmnt example
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvuvuong committed Nov 4, 2024
1 parent 8ad0d36 commit bef18ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/linux/findmnt.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@
- Find filesystems with specific label:

`findmnt LABEL={{BigStorage}}`

- Check mount table content with detail (default is to verify `/etc/fstab`):

`findmnt --verify --verbose`

0 comments on commit bef18ce

Please sign in to comment.