The software on this pages will slowly be moved to GitHub https://github.com/hilbix/. The CVS repository will be migrated to GIT as well, so the history will be preserved, a bit. See FAQ.
The tools are developed under Linux with
ESR's paradigm
release early, release often
in mind.
So you can consider this beta software, or alpha, or pre-alpha, or even worse ;)
Have a look in the download directory for all downloads.
As always here, all you get is the source. No binaries here.
Disk geometry checking and repair tool
⇒ ⇒ ⇒ The development shifted to another location. All future versions will be published at https://github.com/hilbix/diskus ⇐ ⇐ ⇐
DISKUS is a high level harddrive diagnostic and limited repair tool.
It checks the disk geometry by writing sectors with a numbered ID to the harddrive. (THIS ERASES ALL DATA ON THE DEVICE!) Later you can verify if the sector-IDs on the disk are still correct, thereby detecting any case where some data was written to the wrong sector (or was not written at all). One example use is to check if some elder SD-card-readers are able to access the second GB - some just overwrite the first GB two times, and diskus will detect such a bug.
Now you can "freshen" the data on your harddrive, too, this will read and re-write the sectors. With modern drives this will re-map all defective sectors. (I needed this new function to successfully revive one of my drives while keeping all data intact.) Note that this option was not thoroughly tested (it was not yet tested with drives with read errors), so if you use this new option, be sure to have a backup (or some filesystem like ZFS which is able to fix any left over data error).
You can also NUL the drive (like dd if=/dev/zero of=/dev/hdwhatever), just checkread it or do a hexdump. Diskus uses O_DIRECT/O_SYNC to lessen memory cache impact and has a little progress meter.
Please note that diskus is no tool to erase your harddrive according to DOD algorithms or write certain bit check patterns or data onto it like dd.
version 0.6.4-20110729-224557 | This fixes a bug in a library part, from which it is unknown if diskus is affected. |
version 0.6.3-20110603-132232 | CygWin Bugfixes: Now compiles under CygWin. |
version 0.6.2-20090216-080316 | Bugfixes: Option -xd now works Previously Option -x always was active, this was not intended. |
version 0.6.1-20090216-074504 | Bugfixes: Option -null now works again. Option -jump (experimental feature) now works for small blocksizes. There still is no way to use -jump and -freshen such, that defective sectors are overwritten, to give the drive a chance to remap the sector. |
version 0.6.0-20090108-211103 | Option -xd added check mode changed dump mode now uses extended xd from tinolib Warning: Install path now is /usr/local/bin/ so be sure to rm old version in $HOME/bin/ |
version 0.5.1-20090105-184917 | Output changed (using my scale library) Also some small changes to make read mode more reliable. |
version 0.5.0-20081214-023903 | -freshen mode and -to option added This new feature is again somehwat experimental. With -freshen, all data read is rewritten to disk. It is done overlapping, such that each sector is read and written two times. The idea is to "freshen" the magnetic data by overwriting it with itself. Before you ask: I needed this to have some drives remap weakened (eroded) sectors which took ages to read. The -to option is to give an end option for operation. This way you can give an end-position (positive value) or delta (number of bytes to operate on with a negative value). For example this will read a drive from 200MiB to 400MiB: diskus -start 200M -to -200M -read /dev/sda
|
version 0.4.1-20081012-230547 | Error reporting changed to be better readable, some library changes. Nearly untested. |
version 0.4.0-20080928-195907 | Option -jump added (because I needed it) This feature is very experimental and only works for read modes currently. It tries to jump over errors by skipping to the next 4096 byte boundary. It has not been tested thoroughly and if run with the -async option (which automatically might kick in in several cases) this will behave a little bit unreliably. |
version 0.3.4-20080928-144001 | More suffixes: SC and PEZY |
[view more history] | [view complete history] |
License and Disclaimer
All you can see here is free software according to the GNU GPL. |