Hello, everyone. I have this problem where my external HDD doesn’t get detected. On an old laptop with Windows 7, it gets detected, but it won’t open. On Fedora, it doesn’t even get detected on the whole system. In the KDE partition manager it does show up as “sdd”, but it will not show up in Dolphin or in the terminal, when manually searching for it. It’s a WD Element external HDD. I think it’s formatted with NTFS. I have lots of important data on that drive, so reformatting is not an option. Not only that, but I haven’t dropped the drive, nor have I done physical damage to it. It’s only about a year old.

Specs that might help: Distro:Fedora release 38 (Thirty Eight) Kernel:6.2.15-300.fc38.x86_64 RAM:8 GB GPU Driver:4.6 Mesa 23.0.3 GPU:AMD Radeon RX 580 (polaris10, LLVM 16.0.4, DRM 3.49, 6.2.15-300.fc38.x86_64) CPU:Intel Core i7-4770K @ 3.50GHz

Thanks for the help, in advance.

  • BestBouclettes@lemmy.world
    cake
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    It sounds like your partition table is corrupted. Recreating it (with parted or fdisk) shouldn’t affect the data. Also, I believe that if it shows up as a block device, you should be able to copy it with dd. dd can write to another block device or to a file (like an iso).

  • Lolors17@feddit.deOP
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    After further investigation, I decided to mark the hard drive as corrupt. Fedora 38, Debian 12, and Windows 7 will not detect the drive, so I will send it to a data recovery institution to get my data. I honestly do not know what happened.

    • nous@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Drives do just go bad sometimes, even if you have done nothing bad to it. Might be that the partition table was corrupted, could be something more severe. A data recovery institution is the best option if you care about the data on it. Anything you do to try and recover it will possibly make it harder for a professional to successfully recover as much data from it.

      And this is why backups are important, HDD, SSDs, or tape all have a lifetime on them - even if you never damage them externally. They will all fail eventually and take out data they contain when they do. Best to have multiple copies of data you care about - recommended at least 3, with 2 on different media (in case there is a defect with one format) and ideally with one being remote (to protect against fire damage or theft or other local event).

    • targetx@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Not sure if you already sent the drive away but I would recommend checking the output of ‘dmesg’ (as root on most distributions) after you plug in the drive. It might give a clue as to whats wrong.

      It could just be the enclosure or power supply of the enclosure. Can you hear/feel the harddisk starting up? You could try opening the enclosure and just directly install it into a PC if you feel comfortable working with hardware.