mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
e2fsck: add force example (#17779)
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user