Thread: HD Crashed!!!
View Single Post
  #7  
Old 2024-03-13, 06:53 PM
srb151 srb151 is online now
 
Join Date: Nov 2004
Re: HD Crashed!!!

Easiest way to confirm if the issue is with the drive or Windows, is plug it into another computer and see if it shows up. If the drive works on another computer, I've had success with the following steps.

The issue I had was that Windows had somehow cached a disk ID for the external drive, so when I plugged it in later, it thought it already was connected and would never show up in disk management or explorer.

The fix was to manually change the disk ID on the external drive. I believe this is what I did:

- In cmd.exe or a Power Shell enter: diskpart.
- List all disks using list disk.
- Select the disk you want to change (most likely the one which is offline): select disk N, where N is the number of the list printed by list disk.
- Type uniqueid disk to see the current disk id. It will be identical to the system disk for cloned disks.
- Change the disk id of the old SSD by typing uniqueid disk id=12345678 The id might be a 32-bit id (like in this example, for a disk having an MBR) or a 128-bit UUID. Just change the last hex digit to something else.
- exit
- Disconnect the drive and reconnect it.
- The disk (its partitions) should now be recognized.

Last edited by srb151; 2024-03-13 at 07:27 PM.
Reply With Quote Reply with Nested Quotes