mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Fixed indents
This commit is contained in:
parent
fe3e374dd9
commit
5957bc88e9
@ -453,22 +453,22 @@ The partition type can be determined with the DiskPart tool. The DiskPart tool i
|
|||||||
|
|
||||||
1. The partition type is displayed in the **Gpt** column. If the partition is GPT, an asterisk (**\***) is displayed in the column. If the partition is MBR, the column is blank.
|
1. The partition type is displayed in the **Gpt** column. If the partition is GPT, an asterisk (**\***) is displayed in the column. If the partition is MBR, the column is blank.
|
||||||
|
|
||||||
The following shows an example output of the DiskPart tool showing the partition type for two disks:
|
The following shows an example output of the DiskPart tool showing the partition type for two disks:
|
||||||
|
|
||||||
```cmd
|
```cmd
|
||||||
X:\>DiskPart.exe
|
X:\>DiskPart.exe
|
||||||
|
|
||||||
Microsoft DiskPart version 10.0.15048.0
|
Microsoft DiskPart version 10.0.15048.0
|
||||||
|
|
||||||
Copyright (C) Microsoft Corporation.
|
Copyright (C) Microsoft Corporation.
|
||||||
On computer: MININT-K71F13N
|
On computer: MININT-K71F13N
|
||||||
|
|
||||||
DISKPART> list disk
|
DISKPART> list disk
|
||||||
|
|
||||||
Disk ### Status Size Free Dyn Gpt
|
Disk ### Status Size Free Dyn Gpt
|
||||||
-------- ------------- ------- ------- --- ---
|
-------- ------------- ------- ------- --- ---
|
||||||
Disk 0 Online 238 GB 0 B
|
Disk 0 Online 238 GB 0 B
|
||||||
Disk 1 Online 931 GB 0 B *
|
Disk 1 Online 931 GB 0 B *
|
||||||
```
|
```
|
||||||
|
|
||||||
In this example, Disk 0 is formatted with the MBR partition style, and Disk 1 is formatted using GPT.
|
In this example, Disk 0 is formatted with the MBR partition style, and Disk 1 is formatted using GPT.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user