Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
diskscan
> diskscan.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File diskscan.spec of Package diskscan (Revision 2)
Currently displaying revision
2
,
show latest
Name: diskscan Version: 0.11 Release: 1 Url: http://blog.disksurvey.org/blog/2013/09/20/disk-surface-scan-on-linux-and-unix/ Summary: Disk Surface Scan Group: Hardware/Other License: GPLv3 Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: python BuildRequires: python-markdown BuildRequires: python-beautifulsoup BuildRequires: ctags %description DiskScan is a Unix/Linux 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. This can be used to assess the state of the disk and maybe decide on a replacement in advance to its imminent failure. The disk self test may or may not pick up on such clues depending on the disk vendor decision making logic. %prep %setup -n %{name}-%{name}-%{version} %build %__make %__make %install %__make DO_BUILT=1 DESTDIR=%{buildroot} install rm -rf %{buildroot}%{_datadir}/doc/diskscan/README.md %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc README.md %{_bindir}/diskscan %{_mandir}/man1/diskscan.1.gz %changelog