How to use DISKPART to perform disk partitioning during Windows 8 installation

Source: Internet
Author: User

Knowledge Point analysis:

The Diskpart command is a command in Windows. You can use diskpart to manage partitions on a hard disk, including creating, deleting, and merging (expanding) partitions, it can completely replace third-party tool software such as the partition magician. It also has functions that cannot be implemented by the partition magician, such as setting dynamic disks and Image Volumes. It also takes effect without restarting the computer after the partition is set.

Procedure:

Note: The content mentioned in this document may cause data loss. Back up the data before performing the operation.

1. When the installer runs on the disk partition creation page, press Shift + F10 to start the command window.
2. Type "Diskpart" & rarr; press enter & rarr; to enter the command environment of "Diskpart". The prompt is "DISKPART> ".
3. In this prompt, enter the corresponding command to perform partition operations. The specific commands used include:
Clean
List
Select
Create
Format
Exit
You can enter Help at the Diskpart command prompt or query these commands over the network.
4. If the target Disk displayed by the "List Disk" command is "1", perform the following steps to create a partition:
The command sequence and Operation explanation are as follows:
List Disk: displays all disks of the local machine to operate the Target Disk correctly.
Select Disk 1: Select Disk 1. You must Select a Disk with the "*" sign before the target Disk.
Clean: clear all partitions on disk 1
Create PartitionPrimary Size = 512000 Create a primary partition with a capacity of 512000 MB
Active: activate the primary partition.
Format Quick: quickly Format the current partition
Create PartitionExtended: Create an extended partition
Create PartitionLogical Size = 512000: Create logical partition 1 with a capacity of 512000 MB
Format Quick: quickly Format the current partition
Create PartitionLogical Size = 512000: Create logical partition 2, Capacity: 512000 MB
Format Quick: quickly Format the current partition
Create PartitionLogical: Create logical partition 3. The size is the remaining capacity.
Format Quick: quickly Format the current partition
Exit: Exit the Diskpart command environment.
Exit: Exit the command window.
During Diskpart partitioning, you must select the Target Disk. The "*" sign is displayed before the selected Disk/Partition. You can use "List Disk/Partition" to view the Disk. In addition, you can use Resan to re-scan the machine's disk before partitioning to select the Target Disk correctly.
5. Then, the user clicks "where do you want to install Windows ?" After the "refresh" option in the window appears, the partition result is displayed. Now, the partition operation is complete.
6. Commands that can be used in the DISKPART command line:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.