Skip to main content

How to work with partitions in Windows Vista / XP when Disk Management doesn’t work?

Windows Vista’s Disk Management tool can be quite deceiving. It allows you to work with partitions at ease in a presentable GUI format - but with problems. There have been a lot of complaints and confusion as to why Windows Vista grays out the extend volume and shrink volume properties. In response to this, I have found an alternative way to work with partitions, allowing you to easily resize, delete, and create partitions.

Diskpart.exe does a very good job at working with partitions. Unlike Disk Management, Diskpart actually works!

Before continuing, make sure that you:


* Backed up all important files
* Do not run diskpart.exe with Dynamic Disks

1) First, you’ll want to pull out your Start Menu and type diskpart.exe (Windows XP users might have to download diskpart.exe )This will open a command-prompt like window. At this window, type list disk. This will list all your available hard disks.












2) Proceed by typing select disk to select the disk you want to work with.

Creating a Partition or Volume: (skip)
At this point in time, you can create a partition.
Type create and a set of new options will be presented to you. To proceed, just type create . (e.g. create volume)
What kind of partition should I create?

Primary: Primary partitions are limited to four per hard disk. If you are planning to install an operating system into a partition, you’ll want to choose primary since it is the only one that can be made bootable.

Extended: If you are planning to have more than four partitions, you’ll want to work with extended. An extended partition counts towards the limit of four, but you are then allowed to create logical volumes within these extended partitions. You’ll want to use extended partitions for backup or storage purposes only since they are not bootable.


3) Now we want to see which number is associated with the volume we want to work with. To obtain this list, type list volume









4) Select the desired volume by typing: select volume or select partition
You then have a list of options to choose from. Below is a list of commands you can type in depending on what you want to do with your selected volume. If you don’t input a number for size, the program will automatically use all the space available for your operation. For the purpose of this tutorial, I have decided to work with 10GB. (1000MB = 1GB) ·

Shrink desired=10000 minimum=2000 (Shrinks the volume by 10GB. If that’s not possible, this command makes sure that you at least shrink the volume by 2GB.)
·

Extend size=10000

·
Delete Partition
·

Format

Disk Management can be quite a nuisance since it decides to gray out certain properties on any given day. Please spread the word about diskpart.exe if you know someone who has had trouble working with partitions; as I am sure there are lots who are having similar problems.

Comments

Popular posts from this blog

6 ways to Recover Deleted Files

Sometimes by Mistake we delete those files which are useful for us. And there is unfortunately no direct way to recover the files in windows which means that we have to rely on third party tools to recover lost files. So am Here posting the 6 way to recover the Files form Windows Easily. 6 ways to Recover Deleted Files 1. Pandora Recovery – Pandora Recovery is a powerful free tool that provides its users an effective way to attempt recovery of permanently deleted files. And that does not mean restoration of a file from Recycle Bin. Pandora Recovery actually recovers files permanently removed from Recycle Bin, files originally deleted using Shift + Delete keys bypassing Recycle Bin and files deleted from DOS prompt. 2. UndeleteMyFiles - UndeleteMyFiles is a quick and easy way to find and recover deleted media and digital devices.It employs a simplified two-step process that enables you recover any files that used to reside on your system. The interface is very easy to...

How to Detect Missing DLL File Errors?

W hen a DLL file is corrupt or missing you may receive an error message similar to the one given below when you run a program that needs to use this DLL file: Cannot find the file Program_Name.exe. In the error message Program_Name represents the name of the program or name of one of its components in which the error occurred. This error message is usually followed by an error message similar to the one given below: Error starting program. A required .DLL file DLL_Name.DLL was not found. Here, DLL_Name is the name of the DLL file that is causing the error. What Causes Missing DLL File Errors? There can be many causes of missing DLL errors. Some of the most common causes are: * An essential system file required by the program you are using has been deleted. This may happen when a program is uninstalled/installed or you have tried to clean up space on the hard disk. * A virus infection has infected the required DLL file. * DLL entries in the Windows registry are...

Where does the World's greatest Brand names came from ?

Adobe - came from name of the river Adobe Creek that ran behind thehouse of founder John Warnock. Apache - It got its name because its founders got started by applying patchesto code written for NCSA's httpd daemon. The result was 'A PAtCHy'server -- thus, the name Apache Apple Computers - favorite fruit of founder Steve Jobs. He was three monthslate in filing a name for the business, and he threatened to call his company AppleComputers if the other colleagues didn't suggest a better name by 5 o'clock. CISCO - its not an acronym but the short for San Francisco. Google - the name started as a jokey boast about the amount of informationthe search-engine would be able to search. It was originally named 'Googol',a word for the number represented by 1 followed by 100 zeros. After founders,Stanford grad students Sergey Brin and Larry Page presented their project toan angel investor, they received a cheque made out to 'Google' Hotmail - F...