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

e2fsck: add force example (#17779)

This commit is contained in:
Managor 2025-08-23 03:28:06 +03:00 committed by GitHub
parent de0b900c6d
commit 7b778f2117
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,10 @@
`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}}`