Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-24 00:21:55 +00:00
parent 897ef81493
commit 2916f01228
30 changed files with 162 additions and 29 deletions

View File

@@ -20,6 +20,10 @@ source: https://github.com/tldr-pages/tldr.git
`sudo e2fsck -c {{/dev/sdXN}}`
- Force checking even if the filesystem seems clean:
`sudo e2fsck -f {{/dev/sdXN}}`
- Perform an exhaustive, non-destructive read-write test for bad blocks and blacklist them:
`sudo e2fsck -fccky {{/dev/sdXN}}`