For example,

When I connect LUNs to a given server, I go into Windows Management, right click on a new disk, and click New Partition.

Given Windows CMD prompt, how can I accomplish the same thing the Wizard does via cmd-line?

link|improve this question
feedback

1 Answer

up vote 6 down vote accepted

Diskpart is the command line utility that you'll need to use. The following link has an in depth description and usage instructions:

http://support.microsoft.com/kb/300415

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.