Update cheatsheets

This commit is contained in:
ivuorinen
2024-11-06 00:17:01 +00:00
parent 381f17fa3a
commit 27692b06cb
3 changed files with 39 additions and 1 deletions

View File

@@ -27,3 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
- Find filesystems with specific label:
`findmnt LABEL={{BigStorage}}`
- Check mount table content in detail and verify `/etc/fstab`:
`findmnt --verify --verbose`