Toshiba external hard drive stop working

08
2014-07
  • yukitou

    My Toshiba external hard drive fails to work. I plug in the cable into the hard drive and when I connect halfway, my laptop shows that my hard drive is not working and need to be reformat. I plug out the hard drive and plug into my laptop again, but my laptop says it can't recognised my hard drive because there is error. I can feel my hard disk is running but after few seconds, it stops running. Is my hard drive dead forever? How can I recover it?

  • Answers
    Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

    Related Question

    Can't read External Hard Drive anymore!
  • hasenj

    I've had a WD external hard drive for a while, all of a sudden a couple of weeks ago it stopped working.

    When I plug it in, windows prompts me to "Format Disk",

    I also tried it from linux mint, but it can't read it either.

    The file system on the disk is marked "RAW".

    I have some important stuff there that I don't want to lose. I tried tools that recover deleted files, like Recuva, but they didn't find anything.

    Any clues are highly appreciated.

    Update

    The data is important and I hope I can recover it, but I wouldn't spend $10k, not even $100 for it. Plus it contains some pretty "private" stuff and I wouldn't trust anyone with it.

    So I'm looking for a software solution.

    I was assuming/hoping that maybe just some headers got corrupted and can somehow be recovered.

    Update 2

    For the record, the file system on the hard was FAT32 (sucks, I know).

    and it's way bigger than my (internal) hard drive. (500 GB vs 100 GB)

    Update 3

    So far, the only thing working is DiskDigger, but it's a bit too unpractical, as it gives tens of files without names or paths.

    Data Recovery Wizard seemed to work, but it's not free. (I just let it run for about 10 minutes to see if it got any results and it seemed to have found some files).


  • Related Answers
  • dbr

    Take it out the enclosure, connect it directly to your computer.

    I've had a similar problem a few times, once because the enclosure had died, another because the drive was not connected properly.. Both times the drive was fine

  • Wayne

    Do you have the skills or an "IT Expert" friend who can try to place the drive into your computer? This is just to check that its the drive that has become corrupt and not your external unit controller card.

    This is rare but at least you can verify that the external unit is not the cause of the issue

    The other thing is to visit Western Digital and to download the Data Life Guard tools for your drive and run this to see if that can suggest anything.

    Once you have the drive in a computer, you could also get your "IT Expert" to use a GNU/Linux LiveCD to create an image of the harddrive so that you could try to do repair options on this.

    Example:

    # Create image of the disk
    dd if=/dev/sdd of=/some/place/WDImg.hdd
    
    # Check the HDD partition
    fdisk -l /some/place/WDImg.hdd
    
    # If corrupt HDD partition try to repair using fdisk
    fdisk /some/place/WDImg.hdd
    
    # Now should have valid table
    # attempt to mount the partition
    # ensure you use correct fs type either vfat or NTFS
    # also mount as ro just incase (even if we are only working on the image)
    mount /some/place/WDImg.hdd /mount/here -t vfat -o ro
    
    # you can now try to copy your data from this image to somewhere else
    # try inserting a USB key to assist in this or mount another HDD as a
    # temporary drive location
    

    Hopefully you can fix the image enough to mount and extract your data. If these steps fail you may have lost your data.

  • John T

    If the data is marked as RAW, the data & filesystem itself is probably corrupt. You will need special tools to try and read the data.

    Data Recovery Wizard will work for this, but it costs a fair bit. Just make sure you do not try and write anything to do the disk or reformat it. After it is written over once, you will lose your data.

    Worst case scenario you will have to pay some data recovery experts to work their magic.

  • Axxmasterr

    It does indeed sound like the file system has become corrupt. One thing I will mention here is there are some viruses that intentionally break external drive connections because you might find those very useful in removing the virus/malware. The one time a virus did that to me, it rendered the cd drive useless.

    Spin rite probably won't work on this drive as it needs to be available at boot time. The poor man's option to data recovery is to buy an identical drive and swap the guts out yourself. This is a detail intensive process so you need to be ready for this. You will need some decent assembly/electronic skills, a soldering iron (if needed) and a home built HEPA enclosure to function as your clean room. I have always used a large box as my improvised clean room. Cut a window for your viewing portal, cut round holes and insert/tape dish-washing rubber gloves in the holes so that you can place your hands in the box without compromising the "clean room". Cover the inside of the box with foil, seal all edges and corners and then create a filtration port to attach your HEPA filter to.

  • Dentrasi

    If the partition table is screwed gpart (NOT gpartED) can recover your partition. The best program I've seen for FAT is GetDataBack, it's not free, but you can download their demo and see if it sees the files on the drive. Whether you're willing to spend $70 is up to you, but remember the software will come in useful next time this happens.

    If that can't see it, you're going to have to look at file carving, and that's probably not something you're going to be able to do yourself...

  • Stefan Thyberg

    DiskDigger is a data recovery program that is small, portable, easy to use and above all free, unlike 99% of these kinds of applications out there, try it.

  • gbarry

    External drive in a USB enclosure? USB fails more often than the drives do. Try another computer, then another enclosure. Finally, (or if no other enclosure available), put the drive in the computer, like everyone else suggests.

  • Duncan Smart

    I've used GetDataBack, with great results in the past: it's free to try an see if it will recover anything, and relatively cheap ($79) if it looks like it will recover what you need.

    One tip: you tend to have better chance of recovery if you remove the bare drive from its USB enclosure and plug it in directly to a spare IDE/SATA port on your PC.

  • JFV

    If you hear any type of clicking or screeching sound, then I'm sorry, you've lost your data. Your next option would be to send it off for recovery (could be up to $2k depending on the size of the drive).

    -JFV

    EDIT: You can also put the external hard drive into your computer as a slave drive internally to have Windows run a chkdsk on it to see if it can repair any errors. This has (on occasion) worked for me as well. If it can be repaired via chkdsk, I would be prepared to back up the data immediately because the disk itself is failing.