Creates a RAID-5 volume using three or more specified dynamic disks. Syntax: CREATE VOLUME RAID [SIZE=] DISK= , , [, [,...]] [ALIGN= ] [NOERR] SIZE= The amount of disk space, in megabytes (MB), that the volume will occupy on each disk. If no size is given, the largest possible RAID-5 volume will be created. The disk with the smallest available contiguous free space determines the size for the RAID-5 volume and the same amount of space is allocated from each disk. The actual amount of usable disk space in the RAID-5 volume is less than the combined amount of disk space because some of the disk space is required for parity. DISK= , , [, [,...]] The dynamic disks on which to create the RAID-5 volume. You need at least three dynamic disks in order to create a RAID-5 volume. An amount of space equal to the size specified in SIZE= is allocated on each disk. 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 volume, the focus automatically shifts to the new volume. Example: CREATE VOLUME RAID SIZE=1000 DISK=1,2,3
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= ...
Creates a symbolic link. MKLINK /D | /H | /J Link Target /D Creates a directory symbolic link. Default is a file symbolic ...
Creates a Terminal. The function takes three parameters: a name for the terminal, TerminalProtocol and the Transport, both ...