| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 
 | Source: diskscan
Section: utils
Priority: optional
Maintainer: Kyle Robbertze <paddatrapper@debian.org>
Build-Depends: cmake,
               debhelper (>= 12),
               debhelper-compat (= 13),
               libncurses5-dev,
               python3-yaml,
               zlib1g-dev
Standards-Version: 4.6.2
Homepage: https://github.com/baruch/diskscan
Vcs-Git: https://salsa.debian.org/debian/diskscan.git
Vcs-Browser: https://salsa.debian.org/debian/diskscan
Package: diskscan
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Enhances: f3
Description: scan storage media for bad or near failure sectors
 diskscan is intended to find sectors of a storage medium
 (hard disk, flash drive or pendrive, etc.) which are bad
 or in the process of going bad.
 .
 The operation is entirely read-only and does not cause
 damage to the data on filesystems. As the program reads
 block device sectors, it will work whether there is a
 filesystem or not.
 .
 diskscan reads the entire block device and notes the time
 it took to read a block. When there is an error it is
 immediately noted and also when there is a higher latency
 to read a block. A histogram of the block latency times is
 also given to assess the health of the medium.
 .
 diskscan can also be used to test the speed and quality of
 the medium. All sectors of a perfect medium could be read
 at the same speed.
 |