Creates a simple volume. Syntax: CREATE VOLUME SIMPLE [SIZE=] [DISK= ] [ALIGN= ] [NOERR] SIZE= The size of the volume in megabytes (MB). If no size is given, the new volume takes up the remaining free space on the disk. DISK= The dynamic disk on which the volume is created. If no disk is given, the current disk is used. ALIGN= Typically used with hardware RAID Logical Unit Number (LUN) arrays to improve performance. Aligns all volume extents to the closest alignment boundary. The extent offsets will be a multiple of . 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 SIMPLE SIZE=1000 DISK=1
Creates a mirror volume using two specified dynamic disks. Syntax: CREATE VOLUME MIRROR SIZE= DISK= , ALIGN= NOERR SIZE= ...
Creates a Network Map, consisting of PC and device topology (connectivity) information, and metadata describing each PC and ...
Creates a primary partition on the basic disk with focus. Syntax: CREATE PARTITION PRIMARY SIZE= OFFSET= ID={ | } ALIGN= ...
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 ...
Creates a virtual disk file. Currently only VHD and VHDX format files are supported and are specified through the file extensions ...