Posted on November 22, 2009
Ovidiu

Data recovery
As you might know, disk drives, specially in high usage areas like hosting enviroments, have a tendency of crashing from time to time.
Most crashes you will encounter are related to bad blocks on your hard drive which in some cases will stop your operating system from booting, leaving your server at a stop. There are several utilities which can help you detect and fix the bad blocks at a software level, like the FSCK(file system check) available for Linux, or CHKDSK and SCANDISK for Windows, however there are situations when the bad block can’t be fixed, most of the cases due to a critical error.
While this doesn’t happen constantly or too often, it would be nice to think that there might be ways to recover data that might be business critical, and here is how:
READ THE FULL ARTICLE >>