How can i create diskpart /s file to create a logical disk?

by Daniel
(Syria,Damascus)

How can i create diskpart /s file to create a logical disk?

like here
select disk 0
clean
create partition primary size=200
format quick fs=ntfs label="system"
active
assign letter="s"
create partition primary size=5000
format quick fs=ntfs label="windows"
assign letter="c"

My question is:

How can i continue to create the extended logical partitions?

Comments for How can i create diskpart /s file to create a logical disk?

Average Rating starstarstarstarstar

Click here to add your own comments

Sep 15, 2011
Rating
starstarstarstarstar
Prcedure to create logical disk
by: ahmed

Create partition extended
Format quick
assign

Create partition logical size=xx
Format quick
assign

Click here to add your own comments

Join in and write your own page! It's easy to do. How? Simply click here to return to Windows 7 Questions.

Return to Top