Windows 7 Forums Search

Go Back Windows 7 Forums > Windows 7 help and support > Tutorials » Partition or Volume - Create New

Welcome to Windows 7 Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows 7. The Windows 7 forum also covers news and updates and has an extensive Windows 7 tutorial section that covers a wide range of tips and tricks.

Windows 7 - Partition or Volume - Create New



Partition or Volume - Create New

How to Create a New Partition or Volume in Windows 7
Published by Brink
01-22-2009
Default Partition or Volume - Create New

How to Create a New Partition or Volume in Windows 7

information   Information
This will show you how to create a new primary partition using Disk Management or Diskpart in Windows 7 from a empty unallocated partition or volume.
Note   Note
A primary partition is a type of partition created on a hard drive that can have a operating system installed on it. A primary partition functions as though it were a physically separate hard drive. By default on a MBR disk, you can create a maximum of 3 Primary partitions and 1 Extended partition with up to 128 logical volumes in the extended partition on a single hard disk.

*You must be logged on in an administrator account to be able to do this tutorial.





OPTION ONE

Using Disk Management
1. You will first need to shrink a partition or volume from the free space on a disk to create unallocated space on that disk to use to create the new partition or volume with on the same disk.

2. Open the Control Panel (All Items view), and click on the Administrative Tools icon. then close the Control Panel window.

3. Click on Computer Management in Administrative Tools, then close the Administrative Tools window.

4. In the left pane under Storage, click on Disk Management. (See screenshot below)
Partition or Volume - Create New-create_step1.jpg
5. In the middle pane, right click on the empty unallocated partition or volume and click on New Simple Volume. (See screenshot above)

6. Click on the Next button. (See screenshot below)
Partition or Volume - Create New-create_step2.jpg
7. Type in how many MB (1 GB = 1024 MB) you want to use from the unallocated partition to create the new partition with, then click on the Next button. (See screenshot below)
NOTE: If you want to use all of the unallocated partition to create the new partition with, then type all of the maximum disk space shown for the unallocated partition. If you do not use all of the maximum disk space, then you can use the left over space from the unallocted partition to create another new partition with.
Partition or Volume - Create New-create_step3.jpg
8. Select an available drive letter that you want to be assigned to the new partition in Computer, then click on the Next button. (See screenshot below)
Partition or Volume - Create New-create_step4.jpg
9. Type in a volume label name that you want for the new partition, check the Perform a quick format box, and click on the Next button. (See screenshot below)
Partition or Volume - Create New-create_step5.jpg
10. Click on the Finish button. (See screenshot below)
Partition or Volume - Create New-create_step6.jpg
11. The new primary partition or volume has now been created with the assigned unallocted partition space (step 7). (See screenshot below)
Partition or Volume - Create New-create_step7.jpg
12. Close the Computer Management window. (See screenshot above)






OPTION TWO

Using Diskpart in a Elevated Command Prompt
1. You will first need to shrink a partition or volume to create a unallocated partition to use to create the new partition or volume with.

2. Open a elevated command prompt, or a command prompt at boot.

3. In the elevated command prompt, type diskpart and press Enter. (See screenshot below)
Partition or Volume - Create New-cmd_create_step1.jpg
4. In the elevated command prompt, type list disk and press Enter. (See screenshot below)
NOTE: This is to help you ID the disk number that has Free unallocated space that you want to create a new partition with. For example, Disk 1 with 80 GB of free space.
Partition or Volume - Create New-cmd_create_step2.jpg
5. In the elevated command prompt, type select disk # and press Enter. (See screenshot below)
NOTE: You would substitute # for the disk number listed that you want to create a new partition with the free unallocated space there. For example, I want to create a new partition with the 80 GB of free space, so I would type select disk 2 and press Enter.
Partition or Volume - Create New-cmd_create_step3.jpg
6. In the elevated command prompt, type create partition primary and press Enter. (See screenshot below)
NOTE: This will create a new blank RAW partition with selected disk (step 5) that contains the unallocated partition free space.
Partition or Volume - Create New-cmd_create_step4.jpg
7. In the elevated command prompt, type list volume and press Enter. (See screenshot below)
NOTE: Look for the volume number that has the same Size as from the Free space in step 4. For example, Volume 3.
Partition or Volume - Create New-cmd_create_step5.jpg
8. To Format the Partition or Disk as a NTFS File System -
NOTE: This would be good for using with Windows 7 or Vista for example.
A) In the elevated command prompt, type format fs=ntfs quick and press Enter. (See screenshot below)
NOTE: Having quick added at the end of the command will do a quick format instead of a full format on the new blank RAW partition (step 6) to make it a new partition.
Partition or Volume - Create New-cmd_create_step6.jpg
B) Go to step 10.
9. To Format the Partition or Disk as a FAT32 File System -
NOTE: This would be good for using with a USB key drive for example.
A) In the elevated command prompt, type format fs=fat32 quick and press Enter. (See screenshot below)
NOTE: Having quick added at the end of the command will do a quick format instead of a full format on the new blank RAW partition (step 6) to make it a new partition.
10. When it is finished formatting, type exit in the elevated command prompt and press Enter. (See screenshot below)
Partition or Volume - Create New-cmd_create_step7.jpg
11. Close the elevated command prompt.

12. The new primary partition has now been created. You can now see the new partition in Computer with a drive letter.
That's it,
Shawn



Related Tutorials

Published by
Brink's Avatar
Administrator

Join Date: Oct 2008
Location: Texas
Posts: 18,062
Brink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond repute
Brink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond repute

Tutorial Tools
09-17-2009   #1
headshot


Windows 7 Ultimate x64 RTM
Indonesia
 
 


nice tutorial. ill try this

My System SpecsSystem Spec
10-10-2009   #2
memyselfandi


Windows 7 Ultimate x64
 
 


thanks man, i needed partition to flash bios and this helped a lot
My System SpecsSystem Spec
10-10-2009   #3
Brink


Windows 7 Ultimate x64 SP1 beta
Texas
 
 


You're welcome memyselfandi, and welcome to Seven Forums.
My System SpecsSystem Spec
.
11-12-2009   #4
khmak


Windows Vista Premium
 
 


i got a question mate... i tried your steps but in the end i only got Logical Drive instead of Primary Partition?? Care to enlighten me?
My System SpecsSystem Spec
11-12-2009   #5
Brink


Windows 7 Ultimate x64 SP1 beta
Texas
 
 


Hello Khmak, and welcome to Seven Forums.

It sounds like you may have 3 primary partitoins on that disk already then. A MBR disk will only support 3 primary partitions, then any new partitions will be logical instead.

If this is not the case, then could you post a screenshot of your Disk Management to see if something in the drive layout may be the problem?

Shawn
My System SpecsSystem Spec
11-12-2009   #6
khmak


Windows Vista Premium
 
 


firstly thank you shawn for ur reply.. i am actually quite confused with whats going on as I wanted to do a dual boot of vista and windows 7 together... as u see from my specs i am using ASUS F80Q... I have ended with the C:/ recovery.dat error when the windows 7 installation was about to finish..

this is my screenshot of my disk management.. is there something wrong? please advise... cheers from brisbane =)
Partition or Volume - Create New-abc.jpg
My System SpecsSystem Spec
11-12-2009   #7
Brink


Windows 7 Ultimate x64 SP1 beta
Texas
 
 


Ok. You will need to add a drive letter to the first partition first, then try to install Windows 7 on the logical partition that you want to install it on to see if it will work for you this way instead.
My System SpecsSystem Spec
11-20-2009   #8
Devil


Windows 7 RC x64
 
 

.

Hello Brink and other Seven forums users

I have a little problem. I added a new hard disk for copying files off my old hard disk because of getting a new computer. Now I have the computer but it seems that I have accidentally pushed a jumper to wrong position at the back of my hard disk. So now my windows 7 rc is on a partition of a ide channel 0 slave disk. And keep getting unexpected i/o errors at startup. Im not so good with computers so I wouldn't like to try to change the jumper positions to the right ones, in case something could go wrong. Now this is my question, is there any possibility to make a new partition out of a disk that has a partition that takes all the space on it if there is free space. I'm not so good explaining this stuff so I'll attach a screenshot of my disk management. There isn't free space yet though, but I'll remove some useless stuff as soon as you reply, if that what I just asked is possible.
This is a good tutorial but it doesn't answer my question so I am waiting reply from you.

Thanks already.

Devil
Attached Thumbnails
Partition or Volume - Create New-disk-management.jpg  
My System SpecsSystem Spec
11-20-2009   #9
Brink


Windows 7 Ultimate x64 SP1 beta
Texas
 
 


Hello Devil,

Yes, as in step 1, you can just shrink a disk from it's free space to have the unallocated space needed to create the new partition with.

You should not have a problem though with changing or removing the slave/master jumper on the IDE drive though. Just be sure the computer is off and unplugged when doing so.

Hope this helps,
Shawn
My System SpecsSystem Spec
Comment

Tutorial Tools



Similar Threads for: Partition or Volume - Create New
Windows 7 Tutorial Category
Partition or Volume - Delete Tutorials
Partition or Volume - Shrink Tutorials
Partition or Volume - Extend Tutorials
Partitioning... Trying to create a new simple volume. General Discussion
Problem in creating new partition or Volume in windows General Discussion


All times are GMT -5. The time now is 03:49 PM.



Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28