2.Delete any partition on Disk 1 (see the following example).
Note: Use the following examples as a reference for performing the procedures. Information will vary for your computer and drives.
C:\ >diskpart
Microsoft DiskPart version 5.2.3790
Copyright (C)
On computer: Your Computer
DISKPART> select disk 1 |
|
| |
Disk 1 is now the selected disk. |
| ||
DISKPART> list partition |
|
| |
Partition ### | Type | Size | Offset |
Partition 1 | Reserved | 128 MB | 17 KB |
[note]: if no partition is displayed, skip to Step 3
DISKPART> select partition 1
Partition 1 is now the selected partition.
DISKPART> delete partition override
DiskPart successfully deleted the selected partition.
3.Display partitions on Disk 0 as shown below:
DISKPART> select disk 0 |
|
|
| |
Disk 0 is now the selected disk. |
|
| ||
DISKPART> list partition |
|
|
| |
Partition ### | Type | Size | Offset |
|
| ||||
Partition 1 | System | 345 MB | 32 KB | |
Partition 2 | Reserved | 996 MB | 204 MB | PRIMARY |
Partition 3 | Primary | 2000 MB | 3200 MB |
|
Partition 4 | Reserved | 126 MB | 9 GB | |
|
|
|
| PARTITION |
4.Create mirror partitions on Disk 1 as shown below:
DISKPART> select disk 1
Disk 1 is now the selected disk.
DISKPART> create partition efi size=345
DiskPart succeeded in creating the specified partition.
DISKPART> create partition msr size=126
DiskPart succeeded in creating the specified partition.
DISKPART> list partition
Partition ### Type | Size | Offset | |
Partition 1 | System | 345 MB | 17 KB |
*Partition 2 | Reserved | 126 MB | 204 MB |
|
|
| YOUR_COMPUTER |