diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:07:33 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:05 -0400 |
commit | 5c64e24ef29063f042cf84891c81f0065ba9a1e5 (patch) | |
tree | fd223e16785cf28a1c1be169732d753a6e2c131c /system/diskscan | |
parent | 25fff61f2396cd3d9c17f691a1700c1b664185bc (diff) |
system/diskscan: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/diskscan')
-rw-r--r-- | system/diskscan/README | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/system/diskscan/README b/system/diskscan/README index 44c4ac5beb4a..7ab5365c5ba8 100644 --- a/system/diskscan/README +++ b/system/diskscan/README @@ -1,9 +1,8 @@ -DiskScan is a tool to scan a block device and check if there are unreadable -sectors, in addition it uses read latency times as an assessment for a near -failure as sectors that are problematic to read usually entail many retries. +DiskScan is a tool to scan a block device and check if there are +unreadable sectors, in addition it uses read latency times as an +assessment for a near failure as sectors that are problematic to read +usually entail many retries. -Diskscan will only perform reads in its disk surface scan so it is not -destructive in any way and it will report on all the key metrics needed to -decide if the disk is good or not. - - +Diskscan will only perform reads in its disk surface scan so it is +not destructive in any way and it will report on all the key metrics +needed to decide if the disk is good or not. |