Overclock.net › Forums › Components › Hard Drives & Storage › How to: Initialize And Format A New Disk For Use In Windows
New Posts  All Forums:Forum Nav:

How to: Initialize And Format A New Disk For Use In Windows

post #1 of 13
Thread Starter 

How to: Initialize And Format A New Disk For Use In Windows



For those of you who get a new drive and are wondering why it doesn't show up under your Computer window this is what you have to do.

You can simply use diskpart:

2TB drives and smaller:
  1. Open the Start Menu, type diskpart, press Enter
  2. Type list disk, press Enter
  3. Type select disk X (where X is the number your drive shows up as), press Enter
  4. Type clean, press Enter
  5. Type create partition primary, press Enter
  6. Type format quick fs=ntfs, press Enter
  7. Type assign, press Enter
  8. Type exit, press Enter

2.5TB drives and larger:
  1. Open the Start Menu, type diskpart, press Enter
  2. Type list disk, press Enter
  3. Type select disk X (where X is the number your drive shows up as), press Enter
  4. Type clean, press Enter
  5. Type convert gpt, press Enter
  6. Type create partition primary, press Enter
  7. Type format quick fs=ntfs, press Enter
  8. Type assign, press Enter
  9. Type exit, press Enter


Or you can do it in computer management:
  1. Install disk in your PC and boot up.
  2. Once at the desktop open the Start Menu, in the search line, type Disk Management and press Enter
  3. You should get a window popup like this:

    If so choose either MBR or GPT and click OK. GPT allows you to create more than 4 partitions on the HDD and 2.2TB+ sized partitions as well.

    If you didn't get the popup then right click and select initialize the newly added drive under where it says the Disk # shown below:
  4. Now right click the unallocated space and click create a New Simple Volume shown below:
  5. Follow the on screen wizard by clicking Next
  6. Specify your volume size, default is fine, and now click Next
  7. Assign a drive letter to the drive and click Next
  8. Format the partition and name the volume, default settings are fine
  9. Now click Finish and you are done
Sean's Sandy!
(15 items)
 
Terrorbyte
(15 items)
 
Le Papa's
(10 items)
 
Reply
Sean's Sandy!
(15 items)
 
Terrorbyte
(15 items)
 
Le Papa's
(10 items)
 
Reply
post #2 of 13
Sean,these kind of primers are great.They help you out of the brain lockup situations. I ask if you could think about giving a primer on drive mapping (and when the mapping can be used for other things besides drives,like pointing to shares).The other night in Novell class the instructor wanted us to copies files from his server,put them in a folder,then map it,most of us just looked at eachother and he said "you guys do know how to map a drive don't you"? Well we all had varing levels of experience with drive mapping and the variations on drive mapping.

What I do with these primers is use the snipping tool and save to my storage setup (I have hundreds of pages saved from CISCO) and the ones I want with me I print.At times looking at a paper print is not so hard on my eyes and I can write notes on the paper print.
WC Rig
(13 items)
 
  
CPUMotherboardGraphicsRAM
i7-930@4.05GHz ASUS P6X58D-Preminum XFX GeForce 275 896mb 6GB Corsair TR3X6G1600C8D 
Hard DriveOptical DriveOSMonitor
WD 150gb Raptor LightScan Win 7 64-bit Acer 22" 
KeyboardPowerCaseMouse
G15 Corsair HX620W Antec 1200 several various 
Mouse Pad
none 
  hide details  
Reply
WC Rig
(13 items)
 
  
CPUMotherboardGraphicsRAM
i7-930@4.05GHz ASUS P6X58D-Preminum XFX GeForce 275 896mb 6GB Corsair TR3X6G1600C8D 
Hard DriveOptical DriveOSMonitor
WD 150gb Raptor LightScan Win 7 64-bit Acer 22" 
KeyboardPowerCaseMouse
G15 Corsair HX620W Antec 1200 several various 
Mouse Pad
none 
  hide details  
Reply
post #3 of 13
Thread Starter 
Quote:
Originally Posted by PCCstudent View Post

Sean,these kind of primers are great.They help you out of the brain lockup situations. I ask if you could think about giving a primer on drive mapping (and when the mapping can be used for other things besides drives,like pointing to shares).The other night in Novell class the instructor wanted us to copies files from his server,put them in a folder,then map it,most of us just looked at eachother and he said "you guys do know how to map a drive don't you"? Well we all had varing levels of experience with drive mapping and the variations on drive mapping.

What I do with these primers is use the snipping tool and save to my storage setup (I have hundreds of pages saved from CISCO) and the ones I want with me I print.At times looking at a paper print is not so hard on my eyes and I can write notes on the paper print.

Like this: http://www.itechtalk.com/thread3673.html

Or like create a junction or symbolic link?
Sean's Sandy!
(15 items)
 
Terrorbyte
(15 items)
 
Le Papa's
(10 items)
 
Reply
Sean's Sandy!
(15 items)
 
Terrorbyte
(15 items)
 
Le Papa's
(10 items)
 
Reply
post #4 of 13
Sean, the process in the link provided is good.I was thinking of more of an explainiation of when you would want to use drive mapping or directory.folder,file mapping.When does mapping start/stop at the directory,folder,file level perhaps. I seem to think that in order to map a file it had to be in a folder and then at times the newley mapped drive/folder was not recognized (hence that warning "Windows was not able to recognized all network drives")

Now junction or synbolic kink, I have not dealt with, or if I have we called it something different.
WC Rig
(13 items)
 
  
CPUMotherboardGraphicsRAM
i7-930@4.05GHz ASUS P6X58D-Preminum XFX GeForce 275 896mb 6GB Corsair TR3X6G1600C8D 
Hard DriveOptical DriveOSMonitor
WD 150gb Raptor LightScan Win 7 64-bit Acer 22" 
KeyboardPowerCaseMouse
G15 Corsair HX620W Antec 1200 several various 
Mouse Pad
none 
  hide details  
Reply
WC Rig
(13 items)
 
  
CPUMotherboardGraphicsRAM
i7-930@4.05GHz ASUS P6X58D-Preminum XFX GeForce 275 896mb 6GB Corsair TR3X6G1600C8D 
Hard DriveOptical DriveOSMonitor
WD 150gb Raptor LightScan Win 7 64-bit Acer 22" 
KeyboardPowerCaseMouse
G15 Corsair HX620W Antec 1200 several various 
Mouse Pad
none 
  hide details  
Reply
post #5 of 13
Thread Starter 
Quote:
Originally Posted by PCCstudent View Post

Sean, the process in the link provided is good.I was thinking of more of an explainiation of when you would want to use drive mapping or directory.folder,file mapping.When does mapping start/stop at the directory,folder,file level perhaps. I seem to think that in order to map a file it had to be in a folder and then at times the newley mapped drive/folder was not recognized (hence that warning "Windows was not able to recognized all network drives")

Now junction or synbolic kink, I have not dealt with, or if I have we called it something different.

I've not started any of my computer classes yet so I don't really know the technicalities of it, just how to do it lol.

Oh and for junctions and stuff check this out: http://schinagl.priv.at/nt/hardlinkshellext/linkshellextension.html
Sean's Sandy!
(15 items)
 
Terrorbyte
(15 items)
 
Le Papa's
(10 items)
 
Reply
Sean's Sandy!
(15 items)
 
Terrorbyte
(15 items)
 
Le Papa's
(10 items)
 
Reply
post #6 of 13
OK,I take this symbolic link discussion to the Novell man.I think he would be best with this,For now I can use my library and get an Idea on the terminology.Thanks
WC Rig
(13 items)
 
  
CPUMotherboardGraphicsRAM
i7-930@4.05GHz ASUS P6X58D-Preminum XFX GeForce 275 896mb 6GB Corsair TR3X6G1600C8D 
Hard DriveOptical DriveOSMonitor
WD 150gb Raptor LightScan Win 7 64-bit Acer 22" 
KeyboardPowerCaseMouse
G15 Corsair HX620W Antec 1200 several various 
Mouse Pad
none 
  hide details  
Reply
WC Rig
(13 items)
 
  
CPUMotherboardGraphicsRAM
i7-930@4.05GHz ASUS P6X58D-Preminum XFX GeForce 275 896mb 6GB Corsair TR3X6G1600C8D 
Hard DriveOptical DriveOSMonitor
WD 150gb Raptor LightScan Win 7 64-bit Acer 22" 
KeyboardPowerCaseMouse
G15 Corsair HX620W Antec 1200 several various 
Mouse Pad
none 
  hide details  
Reply
post #7 of 13
When I get to initialize the new HD I get the following



Any ideas?
post #8 of 13
Thread Starter 
Quote:
Originally Posted by matw View Post

When I get to initialize the new HD I get the following



Any ideas?
change the sata cable? Try another sata port? Do the formatting in disk management?
Sean's Sandy!
(15 items)
 
Terrorbyte
(15 items)
 
Le Papa's
(10 items)
 
Reply
Sean's Sandy!
(15 items)
 
Terrorbyte
(15 items)
 
Le Papa's
(10 items)
 
Reply
post #9 of 13
The drive is in a caddy which works with other drives so connection checked.

The drive is new with no data

I have got to the present position with Disk Management

I am unable to format




Win7 64 bit
post #10 of 13
Thread Starter 
Quote:
Originally Posted by matw View Post

The drive is in a caddy which works with other drives so connection checked.

The drive is new with no data

I have got to the present position with Disk Management

I am unable to format




Win7 64 bit
Have you tried the diskpart method?

Are the other drives that work larger than 500GB? Cause the caddy may be limiting you on capacity.
Sean's Sandy!
(15 items)
 
Terrorbyte
(15 items)
 
Le Papa's
(10 items)
 
Reply
Sean's Sandy!
(15 items)
 
Terrorbyte
(15 items)
 
Le Papa's
(10 items)
 
Reply
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Hard Drives & Storage
Overclock.net › Forums › Components › Hard Drives & Storage › How to: Initialize And Format A New Disk For Use In Windows