Creates a primary partition on the basic disk with focus. Syntax: CREATE PARTITION PRIMARY [SIZE=] [OFFSET= ] [ID={ | }] [ALIGN= ] [NOERR] SIZE= The size of the partition in megabytes (MB). If no size is given, the partition continues until there is no more unallocated space in the current region. OFFSET= 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 first free space on the disk. ID={ | } Specifies the partition type. Intended for Original Equipment Manufacturer (OEM) use only. For master boot record (MBR) disks, you can specify a partition type byte, in hexadecimal form, for the partition. If this parameter is not specified for an MBR disk, the command creates a partition of type 06. For GUID partition table (GPT) disks you can specify a partition type GUID for the partition you want to create. Recognized GUIDs include: EFI System partition: c12a7328-f81f-11d2-ba4b-00a0c93ec93b Microsoft Reserved partition: e3c9e316-0b5c-4db8-817d-f92df00215ae Basic data partition: ebd0a0a2-b9e5-4433-87c0-68b6b72699c7 LDM Metadata partition on a dynamic disk: 5808c8aa-7e8f-42e0-85d2-e1e90434cfb3 LDM Data partition on a dynamic disk: af9b60a0-1431-4f62-bc68-3311714a69ad If this parameter is not specified for a GPT disk, the command creates a basic data partition. Any partition type byte or GUID can be specified with this parameter. DiskPart does not check the partition type for validity except to ensure that it is a byte in hexadecimal form or a GUID. Caution: Creating partitions with this parameter might cause your computer to fail or be unable to start up. Unless you are an OEM or an IT professional experienced with GPT disks, do not create partitions on GPT disks using this parameter. Instead, always use the CREATE PARTITION EFI command to create EFI System partitions, the CREATE PARTITION MSR command to create Microsoft Reserved partitions, and the CREATE PARTITION PRIMARY command without this parameter to create primary partitions on GPT disks. ALIGN= Typically used with hardware RAID Logical Unit Number (LUN) arrays to improve performance. Aligns all volume or partition extents to the closest alignment boundary. 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 the NOERR parameter, an error causes DiskPart to exit with an error code. After you create the partition, the focus automatically shifts to the new partition. The partition does not receive a drive letter. You must use the assign command to assign a drive letter to the partition. A basic disk must be selected for this operation to succeed. Example: CREATE PARTITION PRIMARY SIZE=1000
Creates a Network Map, consisting of PC and device topology (connectivity) information, and metadata describing each PC and ...
Creates a Network Map, consisting of PC and device topology (connectivity) information, and metadata describing each PC and ...
Creates a new queue with the path name set in PathName (required) and the values set by the optional IsWorldReadable (the ...
Creates a new Resource Allocation Policy. 1. wsrmc /Create:Pol /i: must be a valid XML file. 2. wsrmc /Create:Pol /Alloc:[ ...
Creates a primary partition on the basic disk with focus. Syntax: CREATE PARTITION PRIMARY SIZE= OFFSET= ID={ | } ALIGN= ...
Creates a Process Matching Criteria. 1. wsrmc /Create:Pmc /i: must be a valid XML file. 2. wsrmc /Create:Pmc /Rule /Path: ...
Creates a RAID-5 volume using three or more specified dynamic disks. Syntax: CREATE VOLUME RAID SIZE= DISK= , , , ,. ALIGN= ...
Creates a simple volume. Syntax: CREATE VOLUME SIMPLE SIZE= DISK= ALIGN= NOERR SIZE= The size of the volume in megabytes ...
Creates a striped volume using two or more specified dynamic disks. Syntax: CREATE VOLUME STRIPE SIZE= DISK= , , ,. ALIGN= ...