Git Product home page Git Product logo

disk-filltest's Introduction

# disk-filltest - Simple Tool to Detect Bad Disks by Filling with Random Data #

The number of hard disk produced in the last five years is huge. Of course,
this is the same number of hard disks that will most probably fail in the next
five years, possibly with catastrophic consequences for the particular user or
business.

The simple tool disk-filltest can help, together with S.M.A.R.T. monitoring, to
check disks periodically and thus be forewarned about coming failures. The
function of disk-filltest is simple:

* Write files random-######## to the current directory until the disk is full.

* Read the files again and verify the pseudo-random sequence written.

* Any write or read error will be reported, either by the operating system or
  by checking the pseudo-random sequence.

* Optionally, delete the random files after a successful run.

The method is simple and effective, however, it of course does not verify other
files on the disk. That is a different task, which can be solved efficiently
using digup (a Digest Updating Tool) (https://panthema.net/2009/digup/).

Another useful side-function of disk-filltest is to measure read/write speed
while filling the disk. Slow speeds may also indicate a future failure, or just
bad disk controlling.

The program runs on Linux, Windows and probably any other POSIX-compatible
system. The whole source code is one .c-file.

See https://panthema.net/2013/disk-filltest/ for more information.

Written 2013-03-27 by Timo Bingmann <[email protected]>

disk-filltest's People

Contributors

bingmann avatar debian-janitor avatar horodchukanton avatar sudipm-mukherjee avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.