What is Data Recovery
Call Compufix Professionals at The Garden State Business Center Today ! Call Us Toll Free: (866) 530-1515 ..

DISK RECOVERY DATA CONVERSION TAPE RECOVERY

Data Recovery Process


Data recovery is the process of salvaging data from damaged, failed, corrupted, or inaccessible secondary storage media when it cannot be accessed normally. Often the data are being salvaged from storage media formats such as hard disk drives, storage tapes, CDs, DVDs, RAID, and other electronics. Recovery may be required due to physical damage to the storage device or logical damage to the file system that prevents it from being mounted by the host operating system. Although there is some confusion as to the term, data recovery can also be the process of retrieving and securing deleted information from a storage media for forensic purposes or spying.


Data Recovery after Physical Damage
A wide variety of failures can cause physical damage to storage media. CD-ROMs can have their metallic substrate or dye layer scratched off; hard disks can suffer any of several mechanical failures, such as head crashes and failed motors; tapes can simply break. Physical damage always causes at least some data loss, and in many cases the logical structures of the file system are damaged as well. This causes logical damage that must be dealt with before any files can be salvaged from the failed media.

Most physical damage cannot be repaired by end users. For example, opening a hard disk in a normal environment can allow airborne dust to settle on the platter and become caught between the platter and the read/write head, causing new head crashes that further damage the platter and thus compromise the recovery process. Furthermore, end users generally do not have the hardware or technical expertise required to make these repairs. Consequently, costly data recovery companies are often employed to salvage important data. These firms often use "Class 100" / ISO-5 cleanroom facilities to protect the media while repairs are being made. (Any data recovery firm without a pass certificate of IS0-5 or better will not be accepted by hard drive manufacturers for warranty purposes.)

Despite this, there are many accounts of users getting a bad disk going long enough to pull their data off, often via slightly bizarre tricks. These include making the drive cold (in the freezer) or spinning it manually on the ground, both actions being used to unstick a jammed platter. Most data recovery professionals deprecate the use of tricks such as these, since they can cause additional physical damage to the drive if the existing damage is such that further harm will be caused if the drive is operated before first being repaired.



Data Recovery Techniques
Recovering data from physically-damaged hardware can involve multiple techniques. Some damage can be repaired by replacing parts in the hard disk. This alone may make the disk usable, but there may still be logical damage. A specialised disk-imaging procedure is used to recover every readable bit from the surface. Once this image is acquired and saved on a reliable medium, the image can be safely analyzed for logical damage and will possibly allow for much of the original filesystem to be reconstructed.


Data Recovery Hardware repair
Examples of physical recovery procedures are: removing a damaged PCB (printed circuit board) and replacing it with a matching PCB from a healthy drive (this often entails the movement of a microchip from the original board to the replacement), changing the original damaged read/write head assembly with matching parts from a healthy drive, removing the hard disk platters from the original damaged drive and installing them into a healthy drive, and often a combination of all of these procedures. All of these procedures are highly technical in nature and are not recommended for an untrained individual. Any of them will almost certainly void the manufacturer's warranty.


Data Recovery Disk Imaging
The extracted raw image can be used to reconstruct usable data after any logical damage has been repaired. Once that is complete, the files may be in usable form although recovery is often incomplete.

Open source tools such as DCFLdd v1.3.4-1 can usually recover data from all but the physically-damaged sectors. A 2007 Defense Cyber Crime Institute study shows that the DCFLdd v1.3.4-1 installed on a Linux 2.4 Kernel system produces extra "bad sectors", resulting in the loss of information that is actually available. The study states that when installed on a FreeBSD Kernel system, only the bad sectors are lost. Another tool that can correctly image damaged media is ILook IXImager, a tool available only to government and Law Enforcement.[1]

Typically, Hard Disk Drive data recovery imaging have the following abilities: (1) Communicating with the hard drive bypassing the BIOS and operating system that are very limited in their abilities to deal with drives that have "bad sectors" or take a long time to read. (2) Reading data from “bad sectors” rather than skipping them (using various read commands and ECC to recreate damaged data). (3) Handling issues of unstable drives, such as resetting/repowering the drive when it stops responding or skipping sectors that take too long time to read (read instability can be caused by minute mechanical wear and other issues). and (4) Pre-configuring drives by disabling certain features, such a SMART and G-List re-mapping, to minimize imaging time and the possibility of further drive degradation.



Data Recovering Data after Logical Damage
Logical damage is primarily caused by power outages that prevent file system structures from being completely written to the storage medium, but problems with hardware (especially RAID controllers) and drivers, as well as system crashes, can have the same effect. The result is that the file system is left in an inconsistent state. This can cause a variety of problems, such as strange behavior (e.g., infinitely recursing directories, drives reporting negative amounts of free space), system crashes, or an actual loss of data. Various programs exist to correct these inconsistencies, and most operating systems come with at least a rudimentary repair tool for their native file systems. Linux, for instance, comes with the fsck utility, Mac OS X has Disk Utility and Microsoft Windows provides chkdsk. Third-party utilities such as The Coroners Toolkit and The Sleuth Kit are also available, and some can produce superior results by recovering data even when the disk cannot be recognized by the operating system's repair utility. Utilities such as TestDisk can be useful for reconstructing corrupted partition tables.

Some kinds of logical damage can be mistakenly attributed to physical damage. For instance, when a hard drive's read/write head begins to click, most end-users will associate this with internal physical damage. This is not always the case, however. Another possibility is that the firmware of the drive or its controller needs to be rebuilt in order to make the data accessible again.[citation needed]


Preventing logical damage for Maximum Data Recovery
The increased use of journaling file systems, such as NTFS 5.0, ext3, and XFS, is likely to reduce the incidence of logical damage. These file systems can always be "rolled back" to a consistent state, which means that the only data likely to be lost is what was in the drive's cache at the time of the system failure. However, regular system maintenance should still include the use of a consistency checker. This can protect both against bugs in the file system software and latent incompatibilities in the design of the storage hardware. One such incompatibility is the result of the disk controller reporting that file system structures have been saved to the disk when it has not actually occurred. This can often occur if the drive stores data in its write cache, then claims it has been written to the disk. If power is lost, and this data contains file system structures, the file system may be left in an inconsistent state such that the journal itself is damaged or incomplete. One solution to this problem is to use hardware that does not report data as written until it actually is written. Another is using disk controllers equipped with a battery backup so that the waiting data can be written when power is restored. Finally, the entire system can be equipped with a battery backup that may make it possible to keep the system on in such situations, or at least to give enough time to shut down properly.


Data Recovery Techniques
Two common techniques used to recover data from logical damage are consistency checking and data carving. While most logical damage can be either repaired or worked around using these two techniques, data recovery software can never guarantee that no data loss will occur. For instance, in the FAT file system, when two files claim to share the same allocation unit ("cross-linked"), data loss for one of the files is essentially guaranteed.


Data Recovery Disk Consistency Checking

The first, consistency checking, involves scanning the logical structure of the disk and checking to make sure that it is consistent with its specification. For instance, in most file systems, a directory must have at least two entries: a dot (.) entry that points to itself, and a dot-dot (..) entry that points to its parent. A file system repair program can read each directory and make sure that these entries exist and point to the correct directories. If they do not, an error message can be printed and the problem corrected. Both chkdsk and fsck work in this fashion. This strategy suffers from two major problems. First, if the file system is sufficiently damaged, the consistency check can fail completely. In this case, the repair program may crash trying to deal with the mangled input, or it may not recognize the drive as having a valid file system at all. The second issue that arises is the disregard for data files. If chkdsk finds a data file to be out of place or unexplainable, it may delete the file without asking. This is done so that the operating system may run smoother, but the files deleted are often important user files which cannot be replaced. Similar issues arise when using system restore disks (often provided with proprietary systems like Dell and Compaq), which restore the operating system by removing the previous installation. This problem can often be avoided by installing the operating system on a separate partition from your user data.


Data carving
Data Carving is a data recovery technique that allows for data with no file system allocation information to be extracted by identifying sectors and clusters belonging to the file. Data Carving usually searches through raw sectors looking for specific desired file signatures. The fact that there is no allocation information means that the investigator must specify a block size of data to carve out upon finding a matching file signature. This presents the challenge that the beginning of the file is still present and that there is (depending on how common the file signature is) a risk of many false hits. Also, data carving requires that the files recovered be located in sequential sectors (rather than fragmented) as there is no allocation information to point to fragmented file portions. This method can be time and resource intensive.


Recovering Overwritten Data
When data has been physically overwritten on a hard disk it is generally assumed that the previous data is no longer possible to recover. In 1996, Peter Gutmann, a respected computer scientist, presented a paper that suggested overwritten data could be recovered through the use of Scanning transmission electron microscopy.[4] In 2001, he presented another paper on a similar topic. Substantial criticism has followed, primarily dealing with the lack of any concrete examples of significant amounts of overwritten data being recovered. To guard against this type of data recovery, he and Colin Plumb designed the Gutmann method, which is used by several disk scrubbing software packages.

Although Gutmann's theory may not be wrong, there's no practical evidence that overwritten data can be recovered. Moreover, there are good reasons to think that it cannot.



Boot media
It is often the case that data recovery and forensics operations cannot be done on a running system. As a result, it is common to use a specialized boot disk, Live CD, Live USB, or any other type of Live Distro containing a minimal operating system and a set of repair tools. When floppy drives were still common, the boot disk was typically a very minimal Live Distro on a floppy disk (such as the Mac OS Classic Disk Tools disk, standard with every system release). However, as operating system complexity has increased, it has become more common for developers to include recovery tools on the same media as the OS installer. There are also many purpose-built Live Distros that include advanced data recovery and forensics tools.

Always Get a Free Quote and Guarantee First!

New Jersey Data Recovery Expert

Compufix Pro - Kroll OnTrack

Compufix Professionals is Partnered with
Kroll OnTrack for all New Jersey Data Recovery Customers
 


 


 

Data Recovery Frequently Asked Questions

General Service Questions

Q: What is the most common failure in hard drives today?
A: The most common cause of data loss is physical media damage, whereby the hard disk drive receives a physical shock causing the head to hit the platter or damage one of the moving parts. This condition will not always cause a failure straight away but the condition of the platter and internal parts will probably deteriorate and then the failure will occur. This will potentially cause the most damage if a laptop or mobile device is dropped at the same time the HDD is reading or writing data.

It is important to note that all disk drives fail eventually and these failures will significantly be influenced by the environmental conditions to which the HDD has been exposed.

Q: What is your average turn-around time for a hard drive recovery?
A: The turn-around time depends on the nature and complexity of the data loss problem. For cases in which the hardware is functioning normally, the remote service is the quickest solution. This service performs lab quality recovery in as little as one hour. It also depends on the service level you have selected. The average recovery on a standard service level is 3-5 days (including evaluation, recovery and return of data). If no additional parts are required, then this can be reduced to 2-3 days. Learn more about your service level options.

Q: What does the data recovery process entail?
A: View our data recovery process from start to finish in an easy to read format.

Q: How do you charge for your service and what are the typical costs?
A: We try to make our pricing structure as transparent as possible. After an initial consultation, you will receive a fixed price range for the recovery. The next step is the evaluation, for which there is a nominal charge to cover the costs of engineering resources, necessary equipment, parts procurement, and comprehensive reporting tools.

A key feature of our evaluation service is CompufixPro-Ontrack Verifile™ online data reports, which allow you to determine which files can be recovered before committing to full recovery fees. This enables you to make an informed decision about your recovery and only request the files you need. Beware of companies that offer "free" evaluations since, in many cases, these evaluations do not produce sufficient information for customers to make an educated decision - basically you pay for what you get! After the evaluation you will be given an exact price for the full recovery.

Q: Where can I get the pricelist?
A: Actual pricing will vary based on the media capacity, system type, nature and severity of the data loss, as well as the service level and resources required. Get a quote and a free consultation.

Q: What type of media and operating system can you recover from?
A: We have the tools, capabilities and expertise to recover data from ANY storage media, operating system or file type - no matter how extreme the cause.

Q: The Service Partner service automatically upgrades to express: Does that mean that deciding to pay for Express level won't make it faster?
A: Yes and no. They jump the queue to Partner Service level which puts them ahead of all Standard service level jobs. The only difference between Express and Partner service level is that we work Saturdays on Express and hence there is sometimes a benefit of taking the Express service over Partner service. The Emergency Service level is the one to choose for cases where the data is extremely-time critical.

Technical Service Questions

Q: What about RAID arrays? Can data be recovered from dual disk failures?
A: Although RAID arrays serve as one option for safeguarding data they are not totally fault tolerant. We have the most advanced RAID recovery tools in the industry with the most experienced engineers. In cases where more than one disk has failed, we have the tools and capabilities to repair and rebuild the RAID structure. We can perform all types of RAID recoveries both in-lab and remotely. For a remote RAID 5 recovery we need to see all the drives visible - i.e. though a SCSI card.

Q: Does the software package allow for RAID recovery services?
A: Due to the complexity of RAID, we do not recommend using software for data recovery in this instance. The data from RAID is often critical in nature and failed recovery attempts can lead to permanent data loss.

Q: Is recovery from SRAM possible?
A: The best advice is to consult a data recovery specialist for advice on a case-by-case basis.

Q: Have you ever recovered any data for Microsoft?
A: Yes, we have performed countless recoveries for Microsoft, the world's leading operating system. Compufix Professionals - Kroll Ontrack works closely with Microsoft to ensure its tools are compatible with system updates - eg Vista. In fact, Kroll Ontrack has been recognized for its expertise with Microsoft technologies by attaining Gold Certified status in the Microsoft Partner Programme.

Q: Do you support disk families on large systems?
A: Yes, we do. In fact, we have the tools and capabilities to recover data from any system, media or storage device.

Q: Why isn't recovered data delivered in the same directory structure?
A: Sometimes when the directory structure is damaged we are able to bring files back but we have to create a new path. There are lots of reasons a directory structure can be damaged and these vary from situation to situation.

Q: In general should we move 'my documents' to another partition or drive?
A: We have a strong preference for working on the original media. If you would like to copy your files to a new location in order to try and access the files this is fine. We advise you don't make any changes to the original location and don't let CHKDSK run. If you end up sending the drive in, send us your original drive as it is often not possible to get good recoveries from copies.

Q: Can you restore a partition damaged as a result of viruses, wrong action of user partition creation with several hard disk partition manager software?
A: As far as partitioning software is concerned, generally we are successful, but each case needs to be treated individually - the more the user does, the harder it generally gets for us.

Remote Service Questions

Q: What is remote data recovery?
A: Remote data recovery services is a patented technology, allowing Compufix Professionals Ontrack Data Recovery service engineers to perform lab-quality recoveries right on your server, desktop or laptop through a secure modem or Internet connection.

Q: How is the initial evaluation handled for remote recoveries?
A: In very much the same way as an In-Lab - just remotely! The tools for a remote recovery are the same tools as used in lab.

Q: I am worried about the security of the data or my network, how is the security of my data managed via Compufix Professionals Ontrack Data Recovery services?
A: Your data's security is assured thanks to the proprietary communication protocol, encrypted packets and secure facilities offered as part of the
Compufix Professionals Ontrack Data Recovery services.

Q: Does it take a long time to establish the connection to RDR?
A: No. Many customers get connected in less than 10 minutes.

Q: Can I use RDR if I have a proxy server or firewall?
A: Yes - the RDR software has been specifically designed to work with most Proxy and Firewall configurations.

Compufix Professionals Ontrack
Data Recovery Software Questions

Q: My hard drive/server/RAID system is working properly, but some files have disappeared or are inaccessible, what should I do?
A: Ontrack® Data Recovery software was designed to solve any data loss situation caused by logical failure on a storage unit/device.

Q: I made a mistake and deleted some of my important files and folders, is it possible to recover them?
A: Yes, the Compufix Professionals Ontrack EasyRecovery software allows you to recover, restore and repair a wide range of files.

Q: Can I repair a hard drive with Ontrack Data Recovery software?
A: If your drive suffers from physical failure, then a In-lab data recovery services will be the best option. Ontrack Data Recovery software can only work with functioning drives.

Q: Are there software tools for flash disk data recovery?
A: Yes, assuming the data loss was caused by logical failure, software such as
Compufix Professionals Ontrack EasyRecovery which has FAT32 recovery capabilities will be a suitable recovery option.

Q: Can Compufix Professionals Ontrack EasyRecovery potentially do all that remote data recovery services can, and if not, what can it not do?
A: Although
Compufix Professionals Ontrack EasyRecovery is an effective tool for most cases of data loss, remote data recovery or In-lab services may be more suitable for complex data loss disasters.

Q: My exchange server is down, how can I recover/restore existing data?
A:
Compufix Professionals Ontrack® PowerControls is the solution you need. It is a simple, yet powerful tool for copying, searching, recovering and analyzing data directly from Microsoft® Exchange Server backups, un-mounted databases (EDB) and Information Store files.


NJ Data Recovery Expert

Compufix Professionals is Partnered with
Kroll OnTrack for all New Jersey Data Recovery Customers
 

We support all systems software and Computer brands!

A Total Solutions
 Technology Company

 

 

 

New Jersey Disk Drive Recovery | NJ HDD Data Recovery | New Jersey Data Processing | NJ Data Recovery Process NJ Disk Drive Recovery | New Jersey HDD Recovery | NJ Data Processing | New Jersey Data Recovery Process
NJ Disk Recovery | New Jersey Disk Drive Data Recovery | New Jersey Data Processing | NJ Data Recovery Process New Jersey Disk Drive Recovery | NJ HDD Data Recovery | New Jersey Data Processing | NJ Data Recovery Process
NJ Disk Drive Recovery | New Jersey Data Recover | NJ Data Process | NJ Data Recovering Process Disk Drive Recovery | Data Recovery | Data Process | NJ Data Recovery Process

NJ Computer Support | Contact Us

   Contact Us For More Info

Web Designs

   See Our Web Design Gallery

Pre Designed Web Sites For Sale

   Pre-Design Web Sites

Compufix Professionals Site Map

   Site Map