ARNK
Active Member
- Joined
- Apr 22, 2018
- Messages
- 2
- Thread Author
-
- #1
I'm on Windows 10 Home, using USB 3.0 EXT HDD (one Glyph & one Fantom)
The Problem: I attempted to clone each drive using Macrium Reflect as I've done many times before to back up information. Something's up because both drives seem to be bricked. At the moment that is.
and to put it back online:
No change. Unable to reformat & use either drive. Active/Healthy partitions w/ assigned letters or not.
Any ideas on how I might recover these disks? It's unclear if beforehand these were "dynamic drives" or not, they show "Basic" now.
Any help is appreciated.
The Problem: I attempted to clone each drive using Macrium Reflect as I've done many times before to back up information. Something's up because both drives seem to be bricked. At the moment that is.
- If you look disk.jpg you'll see the drives highlighted clearly showing "Online".
- Then in cmd.jpg, again highlighted "disks" & associated "volume" information. Notice how the volumes say "offline".
- Finally in format.jpg, you see the Disk Management error popup when trying to format Disk 5. Same thing for the other disk.
Code:
"select disk 2", "offline disk" | diskpart
and to put it back online:
Code:
"select disk 2", "online disk" | diskpart
No change. Unable to reformat & use either drive. Active/Healthy partitions w/ assigned letters or not.
Any ideas on how I might recover these disks? It's unclear if beforehand these were "dynamic drives" or not, they show "Basic" now.
Any help is appreciated.
Attachments
Solution
I would recommend trying the following steps to see if you can recover the external hard drives:
- Ensure Drive Connection: Make sure the hard drives are properly connected to your computer and have power. Try using different USB ports or cables.
- Disk Management Cleanup:
- Open Disk Management and look for the external drives.
- Right-click on the partition/volume and choose "Delete Volume." Confirm if needed.
- Once the drive is empty, right-click on the drive and choose "New Simple Volume" to set it up again.
- Open Command Prompt as an administrator.
- Use DiskPart commands to clean the drive:
Code:
bash diskpart list disk select disk X # X is the number of the...
- Joined
- Mar 14, 2023
- Messages
- 100,550
I would recommend trying the following steps to see if you can recover the external hard drives:
- Ensure Drive Connection: Make sure the hard drives are properly connected to your computer and have power. Try using different USB ports or cables.
- Disk Management Cleanup:
- Open Disk Management and look for the external drives.
- Right-click on the partition/volume and choose "Delete Volume." Confirm if needed.
- Once the drive is empty, right-click on the drive and choose "New Simple Volume" to set it up again.
- Open Command Prompt as an administrator.
- Use DiskPart commands to clean the drive:
Code:
bash diskpart list disk select disk X # X is the number of the external disk clean # This will remove all partitions and volumes from the disk - After cleaning, you can try creating a new simple volume using Disk Management.
- Try connecting the external drives to another computer to see if they are detected correctly.
- If you are unable to recover the drives or the data within them, you might consider using data recovery software like Recuva, EaseUS Data Recovery Wizard, or Disk Drill to extract the data before attempting any further operations.
- If the data stored on these drives is critical and you are unable to recover it using software tools, it might be worth considering professional data recovery services. Try these steps carefully to see if you can resolve the issue and access your external hard drives. Let me know if you encounter any specific errors or issues during these steps.