Hi alw179,
Is the hard drive getting recognized in another Computer?
If not then the problem might be the hard drive itself. If it gets recognized, then the problem lies in your computer. In that case, run
diskpart.exe utility.
Use the
list partition command and see whether the partition gets detected. If it does, then I would suggest you to format the drive from diskpart.
However, take a back up of all the data on the hard disk before performing format by connecting it to another computer. For help regarding data back up, see
Backing up: What, how, where
http://www.microsoft.com/protect/data/backup/about.aspx
To use the Diskpart.exe utility, follow these steps:
1.
1. Type
diskpart, and then press ENTER to open the diskpart tool.
2.
Type
list disk, and then press ENTER. A list of available hard disks is displayed.
3.
Type
select disk=[n]
n specifies the disk number of the disk to receive focus.
4.
Type list partition
This command displays the partitions listed in the partition table of the current disk.
- Type
select partition=[d]
This command
selects the specified partition and gives it focus.
d specifies
the drive letter or mount point path of the partition to receive the focus.
6.
Type format drive: /fs:ntfs /quick
For details on the commands, refer
A Description of the Diskpart Command-Line Utility
http://support.microsoft.com/kb/300415
By now you should be able to see the second hard disk in the explorer.
Regards,
Shinmila
H - Microsoft Support
Visit our
Microsoft Answers Feedback Forumand let us know what you think