Windows 11 detects my Transcend external drive as uninitialized, but I can’t format or use it

0
0
Asked By MellowCedar47 On

I'm using Windows 11 with a Transcend Jet SJ25M3 external hard drive. I want it to appear in File Explorer and work with the manufacturer's storage software, but Disk Management shows the drive as "Unallocated" and "Not Initialized." Options such as Initialize Disk, Change Drive Letter, and New Simple Volume are unavailable or grayed out. I've tried a newer USB cable, but the drive still doesn't appear normally anywhere. How can I make Windows recognize and use it as external storage?

2 Answers

Answered By VelvetKite29 On

A cyclic redundancy check usually points to a communication or hardware problem rather than a missing drive letter. Try another USB port, avoid adapters and hubs, and test the enclosure on another computer if possible. If the same error occurs there, the drive, its USB-to-SATA bridge, or the enclosure’s power supply may be failing. Repeated formatting attempts can make recovery harder, so if the disk contains important files, stop using it and have the data recovered before replacing or reinitializing it. If the disk is empty and consistently reports CRC errors, replacement is more appropriate than trying additional Disk Management commands.

Answered By OrbitMango8 On

First confirm that the drive is connected directly to a rear-panel USB 3.x port rather than through a hub or a low-power front-panel port. Then check whether it appears in an elevated Terminal with `diskpart` followed by `list disk`. If it appears there, identify it strictly by its capacity before attempting any command. Do not run `clean` unless you are certain the drive contains no data you need, because that erases its partition information. After a successful reset, it can be initialized as GPT and given a new simple volume.

QuietPine6 -

The drive did appear in `list disk`, but converting it to GPT failed with a cyclic redundancy check error. Disk Management is still unable to create a volume.

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.