Use the Diskpart command to partition the graphic and detailed tutorial when installing Win8

  
                                    

Normal operation of this command requires system service support, so it can not run under the pure DOS, XP kernel WinPE environment, but it is possible under the Windows8 pre-installation environment. Use the Diskpart command to partition, without using third-party tools, and will not generate 100MB of "system reservation" partition, the second partition operation directly set to take effect immediately, without restarting the computer.

Use the Diskpart command partition method:

1. When the installer runs to create the disk partition interface → press “Shift+F10”→ start the command window.

2. Type “Diskpart”→Enter → enter the <quo;Diskpart” command environment, the prompt is "DISKPART" & rdquo;.

3. At this prompt, type the corresponding command to perform the partition operation. The specific commands used are:

Clean

List

Select< Br>

Create

Format

Exit

These commands can be used by typing Help at the Diskpart command prompt or by querying the network. If you are not sure, you can view it. .

4. If the target disk displayed by the “ListDisk” command is the “1”, the steps to create a partition are as follows:

The following is the order of the command and the operation explanation:

ListDisk: Display all the disks of this machine in order to operate the target disk correctly

SelectDisk1: Select the disk number 1 must select the * mark in front of the target disk

Clean: Clear All partitions on disk 1

CreatePartitionPrimarySize=512000Create primary partition, capacity: 512000MB

Active: Activate primary partition

FormatQuick: Quickly format current partition
>

CreatePartitionExtended: Create an extended partition

CreatePartitionLogicalSize=512000: Create a logical partition, with a capacity of 512000MB

FormatQuick: Quickly format the current partition

CreatePartitionLogicalSize=512000 : Create logical partition 2, the capacity is: 512000MB

FormatQuick: Quickly format the current partition

CreatePartitionLogical: Create logical partition three Size is the remaining capacity

FormatQuick: Quickly format the current partition

Exit: Exit the Diskpart command environment

Exit: Exit the command window and install win8 in the finished area. .

PS: When partitioning the Diskpart, be sure to select the target disk. The currently selected disk/partition will have an * mark in front of it. You can use ListDisk/Partition to view it. In addition, you can use Resan to rescan the machine's disk before partitioning in order to properly select the target disk.

Copyright © Windows knowledge All Rights Reserved