no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | tech:linux:check_disk [2015/06/09 11:43] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Check Linux Disk / Filesystem ====== | ||
| + | The below will use '' | ||
| + | * Use '' | ||
| + | * force check, even if system seems clean (f) | ||
| + | * Optimize | ||
| + | * Automatically repair (" | ||
| + | * Print timing statistics (t) | ||
| + | * Verbose (v) | ||
| + | <code bash> | ||
| + | e2fsck -c -f -t -p -v -D /dev/sdb1 | ||
| + | </ | ||