#External Not being Detected
1 messages · Page 1 of 1 (latest)
;-;
do you have a screenshot?
Is it a 2.5" drive?
yes
The default answer is that Windows is seeing a different format on the drive than what windows can handle.
Example 1 - on older windowsOS, it used to be a thing where win 8 or prior may not have been able to see a drive formatted in GPT. Since moderen times, Windows has always been built on using NTFS or Fat or exFat
Example 2 - you have a hard drive you used with an Apple device and windows can’t see it because it’s not able to be read by windows
I get that, those were just my examples to help give you the context on the “why”.
If you open up command prompt or PowerShell (as admin), type in “diskpart”
It's no good then.
When you type diskpart, you are calling a native disk manager partitioning tool (this is what the gui you see is based on)
Seagate 2.5" drives, especially the externals, are notoriously unreliable.
now what
Most of them are of the Rosewood family, and those just grenade for no reason. In fact, the last few years of production on the XBOne and PS4 exclusively used Seagate Rosewood drives. I replaced one that had "DEAD" in the serial number.
https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/diskpart
Here’s documentation to help if you like to dig on it
After you have it, type “list disk”
List disk will give you a full listing of all drives that are powered on and connected.
Now you have to match up the disk you’re talking about. when you see the specific device, it’ll have a name. “Disk 1”, disk 2, etc
Well that’s what i was gonna get at
size 3726 GB Free 3726
So it’s possible it was never used and needs to be formatted first. Which would be one reason
As you poke around in diskpart, there’s a way to have it tell you the system format of the physical drive.
If it is the case that the drive was never used, you will have no choice but to create a new volume on the drive in order to use it
mucho appreciate
If you have concrete proof that you used it and had data stored on it, there are a few tools you can dig with, to see what remnants are available for salvaging.
But if windows tells you it needs to be formatted with a drive letter, or needs to be initialized, it means it’s fully empty
got it formatted, just wanted to make sure nothing important was on it
Yeah that’s really the only way to be fully certain that it isn’t just a drive formatting issue. As noted, occasionally not having an MBR based disk used to be a larger issue for windows historically. But by win10, it was greatly overhauled to allow windows to see GPT drives, as well as see different volume formats (exFAT, NTFS, Apple FileVault, etc)