Skip to main content

Posts

Showing posts with the label WD

Hard disk partition not getting detected by Windows Explorer

I recently encountered a problem with my Toshiba external hard disk. While transferring files from the hard disk to my computer, my laptop shut down unexpectedly because of some hardware issues. When it came back, the particular partition in the external hard disk from which I was copying file was inaccessible! Windows explorer looked something like this - Notice that I had 3 partitions in the external hard disk (G:/, H:/ and I:/). Drive I:/ became invisible. I looked a further and found that computer management was able to detect the partition well, but it couldn't find out the format of the partition, and moreover there wasn't any letter assigned to that partition. Right clicking the partition and trying to assign a letter invariably ends up in error saying The operation failed to complete because the Disk Management console view is not up-to-date.  Refresh the view by using the refresh task.  If the problem persists close the Disk Management console, then rest...

Hard Disk Recovery

My WD external hard disk wasn't getting detected by windows. Upon looking up at Disk Management in Computer Management, I found out that the disk was made unallocated. This was troublesome since it was working fine a day ago. After a few hits on Google, I came across a utility named TestDisk . It's an open source application which diagnoses hard-disks, recover data and correct disk errors. The official website describes the software as this -- TestDisk is powerful free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software , certain types of viruses or human error (such as accidentally deleting a Partition Table). Partition table recovery using TestDisk is really easy. TestDisk can Fix partition table, recover deleted partition Recover FAT32 boot sector from its backup Rebuild FAT12/FAT16/FAT32 boot sector Fix FAT tables Rebuild ...