Create partition msr


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

Creates a Microsoft Reserved (MSR) partition on a GUID partition table (GPT) disk.

Caution

Be very careful when using this command. Because GPT disks require a specific partition layout, creating Microsoft Reserved partitions could cause the disk to become unreadable.

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

Syntax


Copy Code

create partition msr [size=<n>] [offset=<n>] [noerr]

Parameters

Parameter

Description

size=<n>

The size of the partition in megabytes (MB). The partition is at least as long in bytes as the number specified by <n>. If no size is given, the partition continues until there is no more free space in the current region.

offset=<n>

Specifies the offset in kilobytes (KB), at which the partition is created. The offset rounds up to completely fill whatever sector size is used. If no offset is given, the partition is placed in the first disk extent that is large enough to hold it.

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 a Microsoft Reserved partition of 1000 megabytes in size, type:


Copy Code

create partition msr size=1000

Additional references

Command-Line Syntax Key

DiskPart