Successfully Copying a Failing HDD with BitLocker – What to Do Next?

0
7
Asked By CuriousCoder101 On

Hey everyone! I recently faced an issue with a failing HDD, so I used ddrescue to copy everything from it to a new HDD after unlocking with dislocker. To summarize my process: I connected the new HDD, created a partition, and ran the command "ddrescue -d -r5 /dev/sda /dev/sdb rescue.logfile". I noticed some bad sectors during the copy process but it seemed to finish without showing errors afterward. However, when I booted up Windows, the PC unlocked but became unresponsive, showing the HDD at 100% usage without doing anything. I ended up forcing a shutdown and rebooting. Should I just format the old HDD and manually copy the files over to the new one instead of using this cloning method?

1 Answer

Answered By TechGuru99 On

It looks like the cloning process didn't go perfectly, which is pretty common with failing drives. Remember, ddrescue isn't always a foolproof method for making a bootable drive, especially if the source drive has bad sectors. If it's just a data HDD and not your main boot drive, your best bet might be to format the old HDD and drag the files you need onto the new one manually for a clean start.

LearningMaven25 -

Thanks for clarifying! Since I'm new to this, figuring out the best way to transfer files while avoiding issues is really helpful.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.