Skip to main content

How to recover data from a Hard Disk

Connect your hard disk to a computer.
Boot the computer and check whether the hard disk detect or not.
If hard disk detected Install a data recovery software like for windows ( Recuva or Undelete Plus )
Remember, the less you work with the drive you want to recover data from, the better. As you read from the drive, you run the risk of exacerbating any damage it may have. The more you write to the drive, the more likely you are to overwrite something you want to recover. Bootable linux distros—many of which have tools like TestDisk pre-installed (among other, more advanced tools)—are the best way to go if you're familiar with the method and if you're interested in recovering entire partitions, or making a non-bootable drive bootable again. If you're just looking for files and you know the drive was in a Windows system or a Mac, a stand-alone app is an easier way to go.

you can find original source of this document by clicking here


Comments

Popular posts from this blog

WIFI adapter not showing in the windows device manager why ?

First Reason :-  First you should go to the BIOS program and check the status of the wifi adapter. If wifi adapter disabled form the BIOS device manager will not show the wifi adapter. If it is disabled. Enable it and boot the Laptop.   Second Reason :- This can be a Hardware Faulty. Open the laptop cover and find the PCI wifi adapter then replace with a same adapter.( This work is need a some technical skill. If you do not have it. Hand over to the laptop repair tech guy or you can use an USB wifi adapater )

Master Boot Record (MBR) & Globally Unique Identifier Partition (GPT) based partion disks

As a IT Professional you should familiar with these MBR and GPT based  partition disks.  If you need a install a hard disk on a PC that running windows 7 you can chose two partitioning systems. Partition schemes are Master Boot Record (MBR) based partition scheme Globally Unique Identifier Partition (GPT) based partition scheme Master Boot Record (MBR) based partition scheme In the Master Boot Record you can find the partition table for the disk and master boot code. during the computer start-up process BIOS read MBR and find the which partition is the marked as active in the disk. In the active partition contains operating system. Limitations of the MBR. Only four partitions for each disk. Maximum partition size is 2TB Can not create a redundancy options. Globally Unique Identifier Partition (GPT) based partition scheme GPT based partition avoided limitations of the MBR partitions scheme GPT supports. 128 partitions Ability to create partition ...