Sponsorised links
April 2008
Disk Doctors Undelete - www.appcraft.org
Recover deleted files on IDE / ATA / SATA / SCSI hard disk drives, SD Cards, Memory Sticks, external Zip drives and USB hard drives.
March 2008
Using ATA Over Ethernet On Debian Etch | HowtoForge - Linux Howtos and Tutorials
Imagine you have a machine with all of its disk full and another with unused gigabytes, and you don't want to move the data from one to the other. Why not using the second's disk on the first, you can do it with iSCSI but you can do it with ATA over Ethernet (AoE) too. It's the second method I'll explain in this article. All of this was made with two computers running Debian Etch.
February 2008
JungleDisk - Reliable online storage powered by Amazon S3 ™ - Jungle Disk
Jungle Disk is an application that lets you store files and backup data securely to Amazon.com's S3 ™ Storage Service.
Sponsorised links
January 2008
Create Disk Usage Reports with durep -- Ubuntu Geek
urep is a perl script used for disk usage reports. It can generate text output with bar graphs to allow easy comparisons of disk usage between directories. It can also generate web pages which can be navigated through the directory structure. This allows easy visual monitoring of disk usage. durep was designed for monitoring disk usage in a more visual way than du. The du program works fine but doesn’t allow a lot of control over how the results are displayed. This perl script is designed to produce output more useful for reports.
Україномовне програмне забезпечення
Україномовне програмне забезпечення, книги, аудіо книги поштою.
April 2007
March 2007
January 2007
KDirStat : graphical disk usage utility
KDirStat is a graphical disk usage utility, very much like the Unix "du" command. In addition to that, it comes with some cleanup facilities to reclaim disk space.
While KDirStat is a KDE program, it runs fine on every X11 desktop, i.e., it runs on Linux, BSD, and lots of other Unix-type systems (Solaris, HP-UX, AIX, ...).
GD Map - A tool to visualize disk space
GdMap is a tool which allows to visualize disk space.
December 2006
November 2006
October 2006
Ddrescue - GNU Project - Free Software Foundation (FSF)
GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors.
Ddrescue does not truncate the output file if not asked to. So, every time you run it on the same output file, it tries to fill in the gaps.
The basic operation of ddrescue is fully automatic. That is, you don't have to wait for an error, stop the program, read the log, run it in reverse mode, etc.
If you use the logfile feature of ddrescue, the data is rescued very efficiently (only the needed blocks are read). Also you can interrupt the rescue at any time and resume it later at the same point.
Automatic merging of backups: If you have two or more damaged copies of a file, cdrom, etc, and run ddrescue on all of them, one at a time, with the same output file, you will probably obtain a complete and error-free file. This is so because the probability of having damaged areas at the same places on different input files is very low. Using the logfile, only the needed blocks are read from the second and successive copies.
The logfile is periodically saved to disc. So in case of a crash you can resume the rescue with little recopying.
Also, the same logfile can be used for multiple commands that copy different areas of the file, and for multiple recovery attempts over different subsets.
Ddrescue aligns its I/O buffer to the sector size so that it can be used to read from raw devices. For efficiency reasons, also aligns it to the memory page size if page size is a multiple of sector size.
