Tip: keyboard shortcut Ctrl+F searches in the page contents
Last modified: 2012-04-20 21:50:07 EEST
You need Disk Management when you add an unformatted hard disk (removable or local) to your computer, want to change drive letter for a hard disk, USB flash drive
or CD/DVD drive, or change partition size. If you haven't already done so, read Memory and hard disks article to find out basic information about hard disks and partitions.
The most usual case is adding a new, unformatted hard disk. It may be your new external USB hard disk drive or a new secondary local hard disk for large files, such as videos. Windows does not assign a letter to an unformatted disk, you will have to initialize it first, then create a partition and format it.
Windows creates partitions as volumes, so you also have the ability to reduce and increase the size of partitions on the fly, without losing your data. Well, at least in Windows Vista and 7. 
The terms "partition" and "volume" mean the same thing in this article and are used interchangeably.
After using and closing Disk Management you might see some pop-up windows about formatting a partition before using it and some AutoRun/AutoPlay windows. Just close these - most probably these tasks have already been accomplished.
Right-click Computer icon on Desktop or Start menu and click Manage.

Windows Vista users should click Continue in the most beloved User Account Control window.
Computer Management window opens. Click Disk Management on the left side, in the Storage section.

If you have added a new, unformatted hard disk to your computer, an initialization wizard opens right after clicking on Disk Management.
Click here to show or hide disk initialization instructions for Windows XPAlthough your new, unformatted disk is now initialized, you still cannot use it because there are no partitions on it. Every disk must contain at least one partition. In Windows Vista and 7, partitions are created within volumes and you start by creating one.
Click here to show or hide instructions on creating and formatting a new partition in Windows XPSometimes you might see an error message such as "The operation did not complete because the media is write-protected" or "The volume is read only" while trying to format or initialize a disk. This happens when someone or some program has marked the disk or volume/partition read-only.

In Windows XP, there is no easy solution available - Microsoft has provided no tools for this. Follow instructions in the Clear disk or volume read-only attribute with Windows 7 DVD article to make the disk or volume writable.
Some users also encounter the dreaded "The system cannot find the file specified" error while trying to initialize their disks. Read the Partition disks with GParted Live article for solving this problem - the message does not mean your disk is broken or unusable.
In Windows Vista and 7, open elevated Command Prompt. Open Start menu using keyboard shortcut Ctrl+Esc and type "cmd" into Search box. Then right-click the result and select Run as administrator.
This time User Account Control pops up both in Windows Vista and 7. Click Continue or Yes accordingly.
In the Command Prompt window, type diskpart and press Enter key on keyboard.
The following steps are the same for both volumes and disks - just replace "volume" with "disk" if you need to clear the read-only attribute for a disk.
Type list volume and press Enter to see all available volumes. Find the troublesome one (based on its drive letter and size - the Ltr and Size columns), type select volume <volume number> and press Enter. In this example, Volume 5 is write-protected and formatting failed. That's why its File System (the Fs column) is "RAW".
Now run attributes volume to verify the volume/partition really is marked read-only. Note that you should not include the volume's number this time, because it is already selected.
Read-only is set, so type attributes volume clear readonly and press Enter.
You can repeat the same process for other volumes on the disk, or the disk itself to be absolutely sure nothing is preventing you from formatting the volume/partition.
After you're done, type exit and press Enter. Then close Command Prompt and return to Disk Management. Right-click the volume you just made writable and select Format.

If you have mistakenly assigned a wrong drive letter for your new drive or if you want to change a drive letter for some other drive, right-click on the disk/partition and select Change Drive Letter and Paths... command.
Please note that you cannot do this for the partition/drive that contains your current Windows installation - this would make your computer inoperable. Neither should you change drive letters for disks where you have programs installed - the software might stop working properly after this.
Click Change.
Select a new available drive letter from Assign the following drive letter box and click OK.
You might see a warning that some programs relying on drive letters might not run correctly. Make sure you have no programs installed on the disk you are changing drive letter for.
If there are no programs on the disk, click Yes. Otherwise, cancel the operation by clicking No.
Many preformatted external hard disks come with FAT32 file system to be compatible with older operating systems such as Windows 98 and Me. Often this is no problem at all, but FAT32 file system is not good for large video and backup files. To be exact, you cannot create a file bigger than 4 gigabytes (GB) on a FAT32 volume. So creating a full DVD image or copying a large archive file for backup purposes is not possible. Also, you cannot back up your Windows Vista or 7 computer on a FAT32 drive using the built-in Windows Backup program.
Luckily, you can convert the partition to an NTFS partition without losing any files or folders on the partition. This removes the 4GB file size limit, but also makes the drive incompatible with Windows 98 and Me computers. Well, 98 and Me are really old anyway. 
Please remember that there is no easy way back - you cannot convert an NTFS volume back to FAT32 volume without losing data! There are such programs available, but most of these are not free of charge.
If you are sure you need NTFS, open My Computer using keyboard shortcut Windows Key+E. Find the volume you need to convert and write down its label and drive letter. Label appears before drive letter and a colon in brackets. In this example, volume label is "FATTY" and drive letter is "E:". If there is no volume label specified, a general description such as "Local Disk" or "Removable Disk" will be used instead.
Also make sure there is at least 10 megabytes of free space on the disk before converting.
Next, close My Computer and all other open programs.
In Windows XP, use keyboard shortcut Windows Key+R to open Run dialog (or open Start menu and click Run). Type "cmd" and click OK.
In Windows Vista and 7, open Start menu by pressing Windows Key or by clicking Start button. Type "cmd" into Search box, right-click cmd.exe in search results and select Run as administrator. This will open so-called elevated Command Prompt (Command Processor).

In Windows Vista and 7, User Account Control will ask whether you want to allow the program make changes to your computer or not. Click Continue or Yes.
A black Command Prompt window will open. Type the following command: convert <drive letter>: /FS:NTFS /X
Replace <drive letter> with the letter of the drive you wrote down earlier ("E" in this example) and make sure you type a colon right after it.
Convert will check the current file system for the specified drive and ask for its volume label for added security. If the volume label you wrote down was not "Local Disk" or "Removable Disk", type the label now; else leave it empty. Press Enter key to confirm.
If the label was correct, Windows will check the disk for errors. This might take some time.
If the disk is fine, converting will begin. This might take up to half an hour, depending on the disk size. You will see Conversion complete after this.
If the disk check failed, you should run the following command in the same Command Prompt window: chkdsk <drive letter>: /F /X
Again, replace <drive letter> with the letter of the disk you want to convert, and make sure there is a colon right after it. Please note that the command cannot be completed on a system disk (where Windows is installed) or a disk that has open files - this will cause a message stating "Chkdsk cannot run because the volume is in use by another process. Would you like to schedule this volume to be checked the next time the system restarts? (Y/N)". Press y key and then press Enter to schedule a disk check, then restart your computer, wait for the disk check to complete and log back on. Then run convert <drive letter>: /FS:NTFS /X in Command Processor window again.
In case the disk is not locked and computer restart is not needed, repeat the command until you see "Windows has checked the file system and found no problems" message. Then run convert <drive letter>: /FS:NTFS /X again.
If you want to delete a partition or a volume, please make sure there is nothing important on it first. Deleting it will remove all files and folders on it and leave it unformatted.
Right-click the partition or volume you want to remove and click Delete Partition... or Delete Volume...:

A warning window will appear notifying you that you will lose all data on it. Click Yes if you are sure you want to delete the partition or volume.

If you accidentally deleted a wrong volume, you can use Find and Mount on www.winhelp.us Data Recovery CD for restoring files and folders.
Sometimes you might want to repartition your drive to have two partitions inside one hard disk. Maybe you want a separate partition for your videos so that these files do not affect important documents when the partition is full. Or maybe you want to dedicate some disk space for backups.
To shrink a volume or partition, there must be some free space available on it and the partition must be formatted as NTFS. If you have a 250-gigabyte disk with around 70 gigabytes used of it, you can divide the disk into two 125-gigabyte partitions, or one partition with 75 gigabytes and one with 175 gigabytes disk space. The numbers are really up to you, but always leave some space for growth on both volumes.
You should also defragment the disk before shrinking it, because if there are files scattered all over the disk, the partition size cannot be reduced even when there is plenty of free disk space available. Partitions and volumes must be allocated consecutively, not like one piece in the middle of the disk and another piece somewhere in the beginning of the disk.
Oh right, you will lose some disk space after dividing a disk into two or more partitions because some disk space will be used for describing the data, partitions and volumes available on it. Don't say I didn't warn you! 
In Windows Vista and 7, this process is easy and all wizard-driven; in Windows XP this is not possible with tools Microsoft has provided.
Right-click on the NTFS-formatted volume or partition you want to reduce and click Shrink Volume...:
Windows will verify that there is sufficient adjacent free space on the volume. This takes from a few seconds to several minutes.
In the Enter the amount of space to shrink in MB box the free disk space available will be displayed. You can decrease it to your likings. Here I have 30714 megabytes (or around 30 gigabytes) available, but I just need some 10000 megabytes (a little less than 10 gigabytes) disk space for the second partition.
After setting the shrink space, click Shrink.
Now you will see two volumes on the Disk, with one of them Unallocated (unpartitioned and unformatted). You can now create a partition and format it.
You can also make a NTFS-formatted volume/partition bigger if you have free, unformatted space on the same disk. This does not mean a formatted partition with free space on it, it means unformatted, unallocated disk space. Extending is not supported on FAT/FAT32 partitions.
So if you do not need two separate partitions on one hard drive anymore, you must move the contents of the unneeded partition elsewhere (if you want to keep the files) and delete the partition. See instructions above for deleting a partition.
Again, extending a volume does not affect items already present on the volume you want to increase.
In Windows XP, you need to use the command-line DiskPart utility for this. In Windows Vista and 7, you can use the graphical and wizard-driven Disk Management console.
Click here to show or hide instructions on extending a partition in Windows XP© Copyright 2009-2012 - Margus Saluste
Privacy Policy | Contact information | Site map
Web Hosting By Arvixe