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 ''e2fsck'' to check with the options of
 +  * Use ''badblocks'' ( c )
 +  * force check, even if system seems clean (f)
 +  * Optimize  directories  in  filesystem (D)
 +  * Automatically repair ("preen") the file system (p)
 +  * Print timing statistics (t)
 +  * Verbose (v)
 +<code bash>
 +e2fsck -c -f -t -p -v -D /dev/sdb1
 +</code>
  

QR Code
QR Code tech:linux:check_disk (generated for current page)