cant find new hd

dtheman

New Member
I just install a 2nd hard drive and set it to slave. When I go into bios the computer recognizes it. When I get to windows and I check my computer I cannot find it. I can see it in hardware devices and it says its running properly. I'm fairly new to computer is there a step I did not do.

any tips would be appreciated.
 
Did you partition this drive, and format it? When you buy a new drive it is sent "Blank". I never do it this way but it might work. (I hope your using windows xp, thats the system I use)

Right click my computer, click manage tab
under computer managment window, find storage
under Storage click disk management
At this point over on the right side of the window it will show you the hard drives you have plugged in. If you see the spare drive there which is not showing up in my computer, right click on it. Youll select create partition, and then format. If using win 2000, nt,xp use ntfs formating, anything else use fat32. Thats it!
 
go into your control panel -> administrative tools -> computer management -> storage -> disk management ... see if a drive letter is assigned.
 
read harddrive 101
http://www.computerforum.com/showthread.php?t=10947

particuly the part that pertain to you is

Dealing With Partitions
Before you can use the space on your harddrive you must provide it with a filesystem (the "blank" type is RAW which isnt useable). There are several ways of manipulating partitions

* Utilities like FDISK can perform basic partitioning tasks (create/destroy) although they cant handle the larger modern drives nor can they make use of filesystems other than FAT/FAT32 (this route is destructive)
* During the installation of the operating system (other than like W9x/WME or something) and option is available to make and delete partitions. This is a destructive technique meaning data will be lost
* After installing Windows you can
1. Control Panel
2. Administrative Tools
3. Computer Management
4. Select Disk Management
5. Select a drive and proceed to make/delete a partition (this is also a destructive process
* Using a third party program like Partition Magic can allow you to make your partitions without losing data. Third party programs like this also provide the ability to merge, resize and otherwise alter the partition (all non-destructive)
* Do note that when you create a new partition, to be able to actually use it (since it's still in RAW format) you have to format the said partition. Formatting can be done (formatting is a destructive process)
1. From DOS via the Format command
2. From windows by going to My Computer, selecting the drive to format, right-clicking on it and selecting format (or just selecting the drive)
3. Using a third party program like Partition Magic

easiest way to do it is use the steps from the control panel listed above then format.
 
Back
Top