Create partition extended


Applies To: Windows Server 2008,Windows Server 2008 R2,Windows 7,Windows Vista

Creates an extended partition on the disk with focus. You can use this command only on Master Boot Record (MBR) disks.

For examples of how this command can be used, see Examples.

Syntax


Copy Code

create partition extended [size=<n>] [offset=<n>] [align=<n>] [noerr]

Parameters

Parameter

Description

size=<n>

Specifies the size of the partition in megabytes (MB). If no size is given, the partition continues until there is no more free space in the extended partition.

offset=<n>

Specifies the offset in kilobytes (KB), at which the partition is created. If no offset is given, the partition will start at the beginning of the free space on the disk that is large enough to hold the new partition.

align=<n>

Aligns all partition extents to the closest alignment boundary. Typically used with hardware RAID Logical Unit Number (LUN) arrays to improve performance. <n> is the number of kilobytes (KB) from the beginning of the disk to the closest alignment boundary.

noerr

For scripting only. When an error is encountered, DiskPart continues to process commands as if the error did not occur. Without this parameter, an error causes DiskPart to exit with an error code.

Remarks

Examples

To create an extended partition of 1000 megabytes in size, type:


Copy Code

create partition extended size=1000

Additional references

Command-Line Syntax Key

DiskPart