Hard Drive Data Recovery

Computers always malfunction at the worst times, aManagement'.
great deal of money, stress and time being spentAll hard drives operate a particular File System. File
looking for a remedy. Briefly discussed here is a lookSystems are a method whereby the installed
at data recovery of hard drives, an example of aoperating system is able to organize data and free
program that can perform this function being statedspace so that it can be easily read from and written
later.to. Many partitions can be created from each physical
General Introductiondisk, each one appearing as a separate drive e.g. C:,
Everyone who uses a computer should know that aD: etc. The two main partition methods used with
fundamental technique to ensure no important data isWindows Operating Systems are mentioned here,
lost is to constantly reliably back up your data. EvenFAT16/32 and NTFS.
at today's super fast, highest tech level of computerThe most common partition type at the moment,
design hard drives still fail.NTFS (NT File System) is utilized by Windows NT/
Hard drives are a true feat of technology, engineeredXP. FAT-32 is operated by Windows 98 and
to spin at around 7200rpm, any physical encounteronwards, FAT-16 had in the past been used by DOS
with even a small object that is not part of the3.1/95. Modern operating systems are backwards
machinery can cause huge amounts of damage. Suchcompatible with older file systems able to read/ write
potentially disastrous occurrences are less likelyto secondary disks centering on the older file system.
nowadays since a variety of fail safe mechanisms areOn both file systems the way in which the data is
typically built in to hard drives to prevent physicalstored is organized by a Master Boot Record (MBR)
damage.and a Partition Table. Found in the first sector of the
When areas of a hard disk fail the whole hard drivedrive, both the MBR and Partition Table decide the
tends to become useless. Specialists are then usuallyorganizational structure of the disk and from which
called in to try to retrieve as much data as possible.partition to boot from.
Routine back ups of your computers data make theCHKDSK
retrieval process relatively easy and straightforward.Often, so called 'disk failure' is through the corruption
All that is required is to re-install all the data. If no (orof the MBR or Partition Table that leads to a
recent!) back ups of the data exist in the first placenon-booting drive.
then you're in a very bad position, you have a limitedTools in Windows can be used to try to solve this
range of data recovery procedures you can tryproblem, namely the simple and easy to use
before needing to call out expensive data recoverySCANDISK (used on DOS/3.1/95/98/ME) and
experts.CHKDSK (used on NT/XP). Typically run from the
In terms of procedures you can try, hard drives areWindows Installation CD or a bootable floppy disk,
partitioned so that several drives can be seen on thethese applications should, unless you can identify the
computer. Sometimes only one of a number ofproblem, be your first move towards a solution.
partitions on a physical drive can fail. In this caseCHKDSK is able to locate and fix the majority of
everything is not usually lost, most likely recoverablesimple MBR problems, if run straight from a boot disk.
with some effort. This is not always realized, a lot ofIn instances where your secondary hard drive has
people give up and buy a new drive, in the processfailed and booting directly to Windows XP is still
loosing all their recoverable data.possible, run 'CHKDSK/F' from the run command.
Damaging hard drive sounds like loud clicks, scratchingWhat normally happens is Windows tries to remove
sounds and rattling should prompt you to immediatelysuch problems without the need for the user to
back up all your data and then buy a new hard drive.manually run CHKDSK.
When trying to understand how hard drives functionWhen unable to boot into Windows XP the CHKDSK
to store data, the status of file systems partitionsfile on another computer should be copied to, and run
can be observed through running the Computerfrom, a bootable floppy disk. CHKDSK is also able to
Management application which comes as part ofbe run via the recovery console from the Windows
Windows XP. Simply right mouse click on 'MyXP boot CD.
Computer', then press on 'Manage' and lastly 'Disk