create
https://computerthang.com/p/ryzen-9-3900x-cpu-meg-x570-motherboard-a294/
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/create
Creates a partition or shadow on a disk, a volume on one or more disks, or a virtual hard disk (VHD). If you’re using this command to create a volume on the shadow disk, you must already have at least one volume in the shadow copy set.
Syntax
create partition
create volume
Parameters
Parameter | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
create partition primary command | Creates a primary partition on the basic disk with focus.
Syntax
Parameters
ExamplesTo create a primary partition of 1000 megabytes in size, type:
|
||||||||||||
create partition efi command | Makes an Extensible Firmware Interface (EFI) system partition on a GUID Partition Table (gpt) disk on Itanium-based computers. | ||||||||||||
create partition extended command | Creates an extended partition on the disk with focus. | ||||||||||||
create partition logical command | Makes a logical partition in an existing extended partition. | ||||||||||||
create partition msr command | Creates a Microsoft Reserved (MSR) partition on a GUID partition table (gpt) disk. | ||||||||||||
create volume simple command | Creates a simple volume on the specified dynamic disk. | ||||||||||||
create volume mirror command | Makes a volume mirror by using the two specified dynamic disks. | ||||||||||||
create volume raid command | Creates a RAID-5 volume using three or more specified dynamic disks. | ||||||||||||
create partition primary | Makes a striped volume using two or more specified dynamic disks. |