Windows 7 system disk management extended partition creation method

  

In win7, there is no option to create extended partitions in the default disk management. You can only create 3 primary partitions first, and then create extended partitions by default. To create extended partitions directly, you must use cmd to operate. Specific creation method steps:

Run CMD to enter the command line

Then run DISKPART, enter DISKPART

Run LIST DISK to display the disk list. If there are two disks connected, 0 and 1 will be displayed, where the master disk is 0, the slave disk is 1

Run SELECT DISK 0, select the first hard disk

and enter CREATE PARTITION EXTENDED creates an extended partition.

Note: This extended partition will include all free disk space.

To limit the size of the win7 extended partition, you need to use the parameter size to limit it later, such as size=1000 (the default unit is MB).


Copyright © Windows knowledge All Rights Reserved