Backup Drives Not Detected
Description:
When you plug in the backup drive, it will not show up in My Computer (Win+E) or Disk Management (diskmgmt.msc
). 3 possible causes: The drive is bad, the cable going from the drive to the computer is bad, or the USB ports are not recognizing the drive.
To Resolve:
-
Check in My Computer for the drive,
diskmgmt.msc
for the disk (Usually Disk 1 as Disk 0 is usually the OS drive), andeventvwr.msc
for “DISK-Error” messages for the drive letter according todiskmgmt.msc
. Any of these will be a sure sign of a failed drive. -
Reseat the cable on both ends, see if the drive lights up when plugged in. This could rule out the cable and the drive at first glance.
-
Run =>
devmgmt.msc
and look for the drive to show up under USB Devices. See if there is a WD SES Driver installed if you already have the WD Drivers installed, it will show up here. -
Uninstall all the “USB Root Hubs” and scan for H/W changes to re-install. In some cases, you will have to reboot for it to take effect.
-
Check to see how long it has been since the computer has rebooted. run => cmd =>
systeminfo| Find "Time"
(or)net statistics workstation
. Reboot if it’s been over a month. -
If it still doesn’t show up, plug the drive into another computer that you know the USB ports work. If it works on another computer, see Read/ Write Errors On An External.
To Initialize A Disk in diskmgmt.msc
:
-
Go to
diskmgmt.msc
and see if the drive is readable. -
If the drive shows up, see if it says to “initialize” by right clicking on it.
-
If so, set it to “convert to MBR”.
-
After that it will show up as “unallocated”.
-
Right click on the unallocated part and select “create a partition”.
-
Create a drive letter and name for the drive and make the partition the whole drive.
-
Check My Computer, the drive should be there now, Done.
Comments